esp-idf/examples/peripherals/lcd/i2c_oled/main/Kconfig.projbuild
2022-12-07 09:04:17 +01:00

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