Add first pass of SPI LCD logic
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
idf_component_register(SRCS "esp_lcd_ili9341.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES "esp_lcd"
|
||||
PRIV_REQUIRES "driver")
|
||||
|
||||
include(package_manager)
|
||||
cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})
|
||||
Reference in New Issue
Block a user