-
```cpp
#include
#include
// Master Animated GIF on a 320x240 SPI LCD Screen
// Youtube Tutorial: https://youtu.be/omUWkUqFYrQ
// Tested with Espressif ESP32 Arduino Core v3.0.2, 3.0.3
// U…
-
Any plans to support the ST7789**V** variant?
-
Hello everyone,
I have a problem getting my ESP32 to work with this LCD using the TFT_eSPI library—it always shows a black screen (just the backlight is on).
**Details:**
- IDE: PlatformIO
- T…
-
```
from adafruit_rgb_display.st7789 import ST7789
display.fill(color565(255, 0, 0))
```
![IMG_20240203_162627](https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display/assets/17733616/872…
-
引脚如下:
- LCD_CS
- LCD_BL
- LCD-DC
- LCD-SCL
- LCD-SDA
- LCD-RST
- TP-SCL
- TP-SDA
- TP-RST
- TP-INT
- LCD-EN
部分引脚命名与ST7789V数据手册内的引脚注名不相符,我到现在没理清头绪 :(
出于代码改动的需求,希望作者能够对每个引脚做一下功能标注。
![屏…
-
Hi all,
I am trying to configure LVGL for my ESP32 custom board with a ST7789V TFT LCD driver. Unfortunately, I haven't been very successful so far... The backlight seems to work as the only thing …
-
The Lichee RV comes with an optional 1.14" 135×240 SPI LCD screen. This bug report is for the necessary steps to get this going and build a small debian image for it.
- [ ] Create a new target b…
-
The new TTGO watches look like an ideal platform for the ESP32Marauder.
-
I am currently trying to test the SD card support.
The code states:
3v3 - 3v3
GND - GND
G0 - CLK
G36/G25 - MISO
G26 - MOSI
CS (jumper to SD card GND pin)
but G0 is already occupied by a button. …
-
It works on ST7789v? the graph test does not display anything but the register reading test works.