Avra Mitra
Avra Mitra
Thank you for your reply. Add the link when you are free, no problem. I'm really grateful to you for this library as it helped us tremendously in a cubesat...
That's weird. Unfortunately I don't have Arch Linux installed at this moment. I'll try to install it using virtual box and test the script. Can you test on debian based...
Removed the broken support for rotary encoder to make input handling simpler. See: [8d8b017](https://github.com/abhra0897/LameUI/commit/8d8b017b501ea6fd0ddb47717d6268e22bf0c4e4)
Hi, I'm just curious if you could solve this issue. I found a github issue about similar problem: https://github.com/mozilla/iris/issues/621 Apparently, if your system is using Wayland instead of X11, this...
No problem.. Thanks for the confirmation.
> Hey, if I get the data from the DSO then comes the following error message: > `Push DSO150 ADJ + V/DIV. 59 58 Traceback (most recent call last): File...
STM32F1 microcontrollers have no jpeg decoder. The main bottleneck is capturing image from PC and transferring it to MCU. Here I'm not compressing the image. The captured screenshot is converted...
Hi, I've added instructions for windows support in the README. Check that file inside `host_python_scripts` folder. Also, I've added pin mapping in the main README.
Hi, 1. Firmware burning must be done by stlink. You need a stlink hardware and the flashing tool. Firmware flashing by usb is not supported. 2. I've recently added detailed...
Also, to use `fast_host`, you must build it for your os using cython. If cython is not already installed, install using pip. Then run the command to build the host...