refactor(lcd)!: moved nt35510 device driver to component registry

This commit is contained in:
morris
2025-09-12 16:52:08 +08:00
parent 2f4c63b11c
commit ab7ee70c6f
15 changed files with 15 additions and 358 deletions
-1
View File
@@ -188,7 +188,6 @@ INPUT = \
$(PROJECT_PATH)/components/esp_lcd/include/esp_lcd_panel_dev.h \
$(PROJECT_PATH)/components/esp_lcd/include/esp_lcd_panel_ssd1306.h \
$(PROJECT_PATH)/components/esp_lcd/include/esp_lcd_panel_st7789.h \
$(PROJECT_PATH)/components/esp_lcd/include/esp_lcd_panel_nt35510.h \
$(PROJECT_PATH)/components/esp_lcd/include/esp_lcd_types.h \
$(PROJECT_PATH)/components/esp_local_ctrl/include/esp_local_ctrl.h \
$(PROJECT_PATH)/components/esp_mm/include/esp_mmu_map.h \