Nawal Husnoo

Results 8 issues of Nawal Husnoo

Does anyone know why these two have such a different approach to LUTs - https://github.com/Bodmer/EPD_Libraries/blob/master/epd4in2/epd4in2.cpp https://github.com/Bodmer/EPD_Libraries/blob/master/epd2in9/epd2in9.cpp The former has lut_vcom0, lut_ww (white->white), lut_bw (black->white), etc, whereas the latter has lut_full_update...

Does anyone know why these two have such a different approach to LUTs - https://github.com/waveshare/e-Paper/blob/master/Arduino/epd2in9d/epd2in9d.cpp#L37 https://github.com/waveshare/e-Paper/blob/master/Arduino/epd2in9/epd2in9.cpp#L261 The former has lut_vcom0, lut_ww (white->white), lut_bw (black->white), etc, whereas the latter has lut_full_update...

Hi, Just checking: does simavr handle the USI overflow interrupt on ATtiny85? My code below never blinks... thanks! ``` #include #include #define F_CPU 8000000 #include "avr_mcu_section.h" AVR_MCU(F_CPU, "attiny85"); const struct...

Hi, I followed these instructions and downloaded the models, but the output looks like gibberish... (I don't have a working cuda card, so I hope it's using cpu?) ``` conda...

Hi, I installed robostack/ros2/galactic using their instructions: ``` source /home/nawal/storage/ros/miniconda/etc/profile.d/conda.sh conda install mamba -c conda-forge mamba create -n robostackenv ros-noetic-desktop python=3.9 -c robostack -c robostack-experimental -c conda-forge --no-channel-priority --override-channels conda...

git clone https://github.com/BolunDai0216/PyMuJoCoBase.git cd PyMuJoCoBase python3 -m pip install . and edited gymnast.py to use from PyMuJoCoBase.mujoco_base import MuJoCoBase error: ``` Traceback (most recent call last): File "/home/nawal/data/software-exercises/mujoco/MuJoCo-Tutorial/examples/gymnast.py", line 100,...

Hi, I'm having the error "GLFW Error: GLX: Failed to load GLX" when running ./MyApp - is it possible to switch to CPU rendering? thanks, Nawal.

Could anyone suggest which of these folders might not result in ``` purs repl: No files found using pattern: src/**/*.purs purs repl: No files found using pattern: bower_components/purescript-*/src/**/*.purs purs repl:...