-
Firstly, many thanks for this wornderfull library !
I'd like to indicate a strange behaviour I noticed 👍
LCD_DC = Pin(8, Pin.OUT)
LCD_CS = Pin(9, Pin.OUT)
LCD_CLK = Pin(10, Pin.OUT)
LCD_DIN …
-
Hi. I just flashed my dso and my screen is rotated by 90 degrees. When I tried yesterday's version, my screen was rotated 180 degrees. This is probably caused by recent support of ST7789 display.
![…
-
Hi
when using the ST7789 library (not the displayhatmini library) is there a way to control the onboard LED??
thanks
Neil
-
I have a simple application that updates a screen (Adafruit 1.14" 240x135 Color TFT Display + MicroSD Card Breakout - ST7789 Product ID: 4383) from a Pi Zero W 2, every 1/2 to 1 second, rendering mov…
-
Hi,
It seems that scrolling is not working on my adapted driver, or I do not understand how it should work.
Can you explain to me what scrolling should do? Does oled.vscsad(scroll) move the comple…
-
Running on M5 Atom S3:
`
python3 make.py esp32 clean BOARD=ESP32_GENERIC_S3 --flash-size=8 DISPLAY=ST7789 --usb-otg --dual-core-threads --ota`
Needs an import lvgl as lv.
```
LVGL MicroPython…
-
If I want to transfer data between an OV5642 camera (SPI) and an ST7789 display, how do I share the SPI bus?
The `display_interface_spi::SPIInterface` takes ownership of the SPI object, preventing …
-
-
Hi,
It was not so easy to install, but after a struggle, I made it to compile and upload the factory example (I had to change the factory. ino to factory. ino.cpp).
Anyway, two hours after searc…
-
Hello,
Thanks for porting this to the ESP32-2432S024R.
Can you please let me know which version of the LVGL library was used to compile successfully?
I keep getting compilation errors with ver…