Skip to content

AhmadRoshanfar/esp32-wifi-keypad-lvgl

Repository files navigation

Using ST7789 TFT with ESP32 and LVGL

Tools

Configuration

Select these LVGL Configuration in $ idf.py menuconfig:

  • Swap the 2 bytes of RGB565 color. Useful if the display has a 8-bit interface (e.g. SPI)
  • Color depth 16 RGB565
  • invert colors in display
  • driver: st7789
  • Max horizontal: 240
  • Max Vertical: 300

Pinout

ESP32 ST7789 Display
GND GND
3v3 VCC
D18 SCL
D23 SDA
D4 RES
D2 DC
D15 CS
3v3 BLK

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages