mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
17 lines
714 B
Plaintext
17 lines
714 B
Plaintext
menu "LCD and Touch Panel"
|
|
menu "LCD Peripheral Configuration"
|
|
config LCD_PANEL_IO_FORMAT_BUF_SIZE
|
|
int "LCD panel io format buffer size"
|
|
default 32
|
|
help
|
|
LCD driver allocates an internal buffer to transform the data into a proper format, because of
|
|
the endian order mismatch. This option is to set the size of the buffer, in bytes.
|
|
config LCD_ENABLE_DEBUG_LOG
|
|
bool "Enable debug log"
|
|
default n
|
|
help
|
|
Wether to enable the debug log message for LCD driver.
|
|
Note that, this option only controls the LCD driver log, won't affect other drivers.
|
|
endmenu
|
|
endmenu
|