lvgl / lv_port_esp32

LVGL ported to ESP32 including various display and touchpad drivers
MIT License
1.01k stars 434 forks source link

Out of the box experience on ESP32-WROVER-KIT #306

Open arnoutdekimo opened 2 years ago

arnoutdekimo commented 2 years ago

The out of the box experience of following the README.md on the latest IDF is not ideal on the ESP32-WROVER-KIT.

The build succeeds, but some config settings are wrong, causing a messed up image.

I had to manually change in the config:

In LGL config:

In TFT display controller:

Given that this kit is probably the "default" for testing out the ESP32 LCD, I would imagine this was a bit more straightforward (at least some reference in the readme)

(For the rest pretty nice port!)

nicklasb commented 2 years ago

TBH, and no offense, that's not much config at all, there are a myriad of possible hardware combos. For example, the default is probably more common.

I'd say you experienced the closest to an IPhone unboxing possible in the MCU-dev world. :-)

bobby-RAD commented 1 year ago

Thank you @arnoutdekimo for the post. I agree that it was misleading (to me at least) to have a pre-defined display that required additional settings to work properly. You saved me a great deal of time. Much appreciated!

stale[bot] commented 1 year ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.