1menu "Example Configuration"
2 config EXAMPLE_LCD_SPI_8_LINE_MODE
3 bool
4 prompt "Drive a LCD with 8 data lines"
5 depends on IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
6 default "n"
7 help
8 This option can be chosen when using 8-line lcd.
9
10endmenu
11