Page 1 of 1

Need Support for ESP-IDF Setup with LVGL.

Posted: Wed Jun 17, 2026 7:46 am
by Hiten Shah
Hello,

Good Day!

We are currently migrating our GUI development from Arduino to ESP-IDF based on recommendations received on the forum. We are using LVGL as our GUI library.

We require some support in setting up the ESP-IDF environment. We also tried contacting our local technical support, but unfortunately, we have not received any response.

Currently, we are facing the following issue:
- In menuconfig, the arrow keys are not working for navigation and selection.
- VS Code Version: 1.116.0
- ESP-IDF Version: 5.5.4
- GUI Library: LVGL

Could anyone please help us understand if there are any additional settings or dependencies required? Any guidance or suggestions would be greatly appreciated.

Thank you in advance for your support.

Best Regards

Re: Need Support for ESP-IDF Setup with LVGL.

Posted: Thu Jun 18, 2026 12:10 am
by Sprite
Moved ESP32-S31 -> IDE support, as the arrow key problem likely is a VSCode issue.

Re: Need Support for ESP-IDF Setup with LVGL.

Posted: Wed Jun 24, 2026 9:18 am
by bignacio
Hi @Hiten Shah

How are you launching menuconfig? Are you using our VS Code Extension for ESP-IDF ?

If you are, please try our latest master vsix installer as we made some bugfix related to this. You can use this VSIX to test the current github master of the extension by pressing F1 or click menu View -> Command Palette..., type Install from VSIX and then select the previously downloaded .vsix file to install the extension.

If you are not, how are you configuring the VS Code for ESP-IDF ?

Re: Need Support for ESP-IDF Setup with LVGL.

Posted: Thu Jun 25, 2026 11:06 am
by Hiten Shah
Thanks for your response.
we use visual studio with espidf extension.
As per your guide line, we install VSIX in my VS code using install from VSIX command. it install success but when i enter "idf.py menuconfig" in terminal then menuconfig blue color window open but my arrow key still not work to navigate.

Re: Need Support for ESP-IDF Setup with LVGL.

Posted: Mon Jun 29, 2026 6:18 am
by kondalkolipaka
Hello,

It could be a terminal specific issue https://github.com/espressif/vscode-esp ... n/issues/6, we will check that.

However, esp-idf vscode extension offers "ESP-IDF: SDK Configuration Editor" command to launch the menuconfig, please check if that helps?
Screenshot 2026-06-29 at 11.48.10 AM.png
Screenshot 2026-06-29 at 11.48.10 AM.png (414.03 KiB) Viewed 84 times

Re: Need Support for ESP-IDF Setup with LVGL.

Posted: Tue Jun 30, 2026 9:26 pm
by username
Just click that little gear icon next to the garbage can to open menuconfig.

Re: Need Support for ESP-IDF Setup with LVGL.

Posted: Wed Jul 01, 2026 3:32 am
by Hiten Shah
Yes, this "ESP-IDF: SDK Configuration Editor" work in our laptop. we use this for configuration still. if any terminal related issue solved then please inform us.

Thanks.