mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
371 B
Plaintext
17 lines
371 B
Plaintext
menu "Example Configuration"
|
|
|
|
choice EXAMPLE_LCD_CONTROLLER
|
|
prompt "LCD controller model"
|
|
default EXAMPLE_LCD_CONTROLLER_SSD1306
|
|
help
|
|
Select LCD controller model
|
|
|
|
config EXAMPLE_LCD_CONTROLLER_SSD1306
|
|
bool "SSD1306"
|
|
|
|
config EXAMPLE_LCD_CONTROLLER_SH1107
|
|
bool "SH1107"
|
|
endchoice
|
|
|
|
endmenu
|