change(esp_lcd): rearrange the esp_lcd folder by types

This commit is contained in:
morris
2024-01-11 18:25:08 +08:00
parent 0717e0e4a3
commit ad84b61e49
18 changed files with 26 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
INPUT += \
$(PROJECT_PATH)/components/driver/touch_sensor/$(IDF_TARGET)/include/driver/touch_sensor.h \
$(PROJECT_PATH)/components/esp_lcd/rgb/include/esp_lcd_panel_rgb.h \
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
$(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \