驱动lcd
This commit is contained in:
18
components/lcd/CMakeLists.txt
Normal file
18
components/lcd/CMakeLists.txt
Normal 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"
|
||||
)
|
||||
Reference in New Issue
Block a user