Zeroji
Zeroji
> A 100% reliable way to reproduce I've had the same bug (on beacon modules) and can confirm the repro steps. It doesn't have to be closed using ESC, pressing...
Hi, The screen you linked does not have a controller attached. If you bought it as a module with a controller on board, it should work fine, please send a...
If you really have this kind of connection:  (screenshot from your linked datasheet), it's going to be difficult to attach a controller if you don't have the right tools....
Hi, As far as I'm aware the display driver does not support text, only pixels. What I do to quickly update text is to draw it within a known region...
Have you tried writing a custom interface for it? Shouldn't be too hard if OPi is a drop-in replacement, have a look at `st7789v/interface/raspberry.py` and see if you can copy...
Hi Daniel, From a quick look it doesn't seem like the TTGO display uses a ST7789V controller, so part of the code would probably have to be reimplemented. However, if...
I don't own an ESP32, or any similar board, so I don't know. This requires NumPy and PIL for BufferedDisplay so it may be too heavy for micropython, but if...
I managed to completely (so far 🤞) get rid of the flickering by hiding the navigation bar: The shortcut to toggle its visibility is `Ctrl + Alt + N` by...
Had the same issue (twice, because I forgot and updated all my packages), tried the following versions: - ✅ 10.0.0 - ✅ 10.3 - ❌ 10.4 - ❌ 10.6 -...
Update: I had the same issue with the newer install script, but it worked after this: 1. `rm -rf $HOME/.autodesk_fusion/wineprefixes/default` 2. Upgrade to Wine 10.13 3. `killall wineserver` 4. Re-start...