mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00
lcd: support I2S1 LCD mode on esp32
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LCD_INTR_ALLOC_FLAGS ESP_INTR_FLAG_INTRDISABLED
|
||||
#define LCD_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT
|
||||
#define LCD_I80_INTR_ALLOC_FLAGS ESP_INTR_FLAG_INTRDISABLED
|
||||
#define LCD_I80_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT
|
||||
|
||||
#define LCD_PERIPH_CLOCK_PRE_SCALE (2) // This is the minimum divider that can be applied to LCD peripheral
|
||||
|
||||
|
Reference in New Issue
Block a user