Merge branch 'feat/support_i80_lcd_via_parlio' into 'master'

feat(lcd): support  lcd  interface with parlio backend

Closes IDF-6939

See merge request espressif/esp-idf!33333
This commit is contained in:
morris
2024-12-05 10:44:01 +08:00
62 changed files with 2703 additions and 753 deletions

View File

@@ -959,6 +959,10 @@ config SOC_PARLIO_SUPPORT_SLEEP_RETENTION
bool
default y
config SOC_PARLIO_SUPPORT_SPI_LCD
bool
default y
config SOC_MPI_MEM_BLOCKS_NUM
int
default 4

View File

@@ -381,6 +381,7 @@
#define SOC_PARLIO_TRANS_BIT_ALIGN 1 /*!< Support bit alignment in transaction */
#define SOC_PARLIO_TX_SIZE_BY_DMA 1 /*!< Transaction length is controlled by DMA instead of indicated by register */
#define SOC_PARLIO_SUPPORT_SLEEP_RETENTION 1 /*!< Support back up registers before sleep */
#define SOC_PARLIO_SUPPORT_SPI_LCD 1 /*!< Support to drive SPI interfaced LCD */
/*--------------------------- MPI CAPS ---------------------------------------*/
#define SOC_MPI_MEM_BLOCKS_NUM (4)