Why there is no 'Example Configuration' in the menuconfig? ESP-IDF_v5.2.2
Posted: Sun Jul 14, 2024 1:48 am
Why I can not see the 'Example Configuration' in the menuconfig? ESP-IDF_v5.2.2
I opened the menuconfig menu in terminal under my project root path with the command `idf.py menuconfig`
It shows some configurable items like 'Build type', 'Bootloader config', 'Security features', etc.
However, I can not see the menu "Example Configuration". Where is it?
I can see that item in the file `<esp-idf_root>/examples/peripherals/lcd/i2c_oled/main/Kconfig.projbuild`.
I want to configure for the "<esp-idf_root>/examples/peripherals/lcd/i2c_oled" and have a test about that example code on my ssd1306 oled device.
By the way, any code showing HOW to use ESP-IDF_v5.2.2 driving ssd1306 is welcomed and pretty appreciated.
Thank you!! A LOT!
I opened the menuconfig menu in terminal under my project root path with the command `idf.py menuconfig`
It shows some configurable items like 'Build type', 'Bootloader config', 'Security features', etc.
However, I can not see the menu "Example Configuration". Where is it?
I can see that item in the file `<esp-idf_root>/examples/peripherals/lcd/i2c_oled/main/Kconfig.projbuild`.
I want to configure for the "<esp-idf_root>/examples/peripherals/lcd/i2c_oled" and have a test about that example code on my ssd1306 oled device.
By the way, any code showing HOW to use ESP-IDF_v5.2.2 driving ssd1306 is welcomed and pretty appreciated.
Thank you!! A LOT!