We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb2bad commit 211cc70Copy full SHA for 211cc70
ext_mod/lcd_bus/micropython.cmake
@@ -17,11 +17,7 @@ if(ESP_PLATFORM)
17
${CMAKE_CURRENT_LIST_DIR}/esp32_src/rgb_bus.c
18
)
19
20
- list(APPEND LCD_INCLUDES
21
- ${CMAKE_CURRENT_LIST_DIR}/../../lib/micropython/ports/esp32/managed_components/espressif__esp_io_expander/include
22
- ${CMAKE_CURRENT_LIST_DIR}/../../lib/micropython/ports/esp32/managed_components/espressif__esp_lcd_panel_io_additions/include
23
- )
24
-
+ l
25
# gets esp_lcd include paths
26
idf_component_get_property(ESP_LCD_INCLUDES esp_lcd INCLUDE_DIRS)
27
idf_component_get_property(ESP_LCD_DIR esp_lcd COMPONENT_DIR)
0 commit comments