mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 10:31:09 +00:00
Merge branch 'contrib/github_pr_12450' into 'master'
Support SSD1306 128x32 (GitHub PR) Closes IDFGH-11296 See merge request espressif/esp-idf!26943
This commit is contained in:
@@ -174,6 +174,10 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/esp_lcd/include/esp_lcd_panel_ops.h \
|
||||
$(PROJECT_PATH)/components/esp_lcd/include/esp_lcd_panel_rgb.h \
|
||||
$(PROJECT_PATH)/components/esp_lcd/include/esp_lcd_panel_vendor.h \
|
||||
$(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 \
|
||||
@@ -229,6 +233,7 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/freertos/FreeRTOS-Kernel/include/freertos/task.h \
|
||||
$(PROJECT_PATH)/components/freertos/FreeRTOS-Kernel/include/freertos/timers.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/adc_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/color_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/dac_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/esp_flash_err.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/gpio_types.h \
|
||||
|
||||
Reference in New Issue
Block a user