驱动lcd

This commit is contained in:
Tom Zhang
2026-02-27 18:09:20 +08:00
parent 2b6bcc83dc
commit 3e5aaa26d2
16 changed files with 945 additions and 314 deletions

View File

@@ -0,0 +1,18 @@
idf_component_register(
SRCS
"src/lcd_demo.c"
"src/st7789p3.c"
"src/lcd_decode_image.c"
"src/lcd_pretty_effect.c"
INCLUDE_DIRS
"include"
PRIV_INCLUDE_DIRS
"internal"
REQUIRES
driver
esp_driver_gpio
esp_driver_spi
espressif__esp_jpeg
EMBED_FILES
"assets/lcd_demo.jpg"
)