mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(hal):graudate the LCD hal driver into a new component
- Introduced new HAL components for LCD and MIPI DSI, including: - `lcd_hal.c` and `lcd_hal.h` for LCD hardware abstraction layer. - `mipi_dsi_hal.c` and `mipi_dsi_hal.h` for MIPI DSI hardware abstraction layer. - Peripheral connection definitions in `lcd_periph.c` and `lcd_periph.h`. - Added necessary types and utility functions in `lcd_types.h` and `mipi_dsi_types.h`. - Updated CMakeLists to include the new HAL components in the build system. - Removed legacy references to LCD and MIPI DSI in the HAL and SOC CMakeLists.
This commit is contained in:
+1
-1
@@ -348,7 +348,7 @@ conditional_include_dict = {
|
||||
'SOC_DEDICATED_GPIO_SUPPORTED': DEDIC_GPIO_DOCS,
|
||||
'SOC_LCD_I80_SUPPORTED': I80_LCD_DOCS,
|
||||
'SOC_LCD_RGB_SUPPORTED': RGB_LCD_DOCS,
|
||||
'SOC_PARLIO_SUPPORT_SPI_LCD': PARLIO_LCD_DOCS,
|
||||
'SOC_PARLIO_LCD_SUPPORTED': PARLIO_LCD_DOCS,
|
||||
'SOC_MIPI_DSI_SUPPORTED': DSI_LCD_DOCS,
|
||||
'SOC_SPIRAM_SUPPORTED': SPIRAM_DOCS,
|
||||
'SOC_PARLIO_SUPPORTED': PARLIO_DOCS,
|
||||
|
||||
Reference in New Issue
Block a user