Skip to content

Commit

Permalink
Added st7789 and framebuffer support
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 committed Dec 13, 2024
1 parent 2ec4739 commit b67b93e
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 337 deletions.
15 changes: 11 additions & 4 deletions components/ili9340/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ menu "TFT Configuration"
bool "ILI9225"
help
Display Driver is ILI9225.
config ILI9225G
bool "ILI9225G"
help
Display Driver is ILI9225G.
config ILI9340
bool "ILI9340"
help
Expand All @@ -34,6 +30,10 @@ menu "TFT Configuration"
bool "ST7735"
help
Display Driver is ST7735.
config ST7789
bool "ST7789"
help
Display Driver is ST7789.
config ST7796
bool "ST7796"
help
Expand Down Expand Up @@ -154,6 +154,13 @@ menu "TFT Configuration"
help
Change BGR color filter to RGB color filter.

config FRAME_BUFFER
bool "Enable Frame Buffer"
depends on !IDF_TARGET_ESP32C2
default false
help
Enable Frame Buffer.

choice XPT2046
prompt "XPT2046 Touch Contoller"
default XPT2046_DISABLE
Expand Down
Loading

0 comments on commit b67b93e

Please sign in to comment.