-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ESP32 port + drivers #7
Comments
UpdateAdded support for ESP32 ILI9341. Next - resistive touch driver. |
I tried to test the new version on ESP32. It compiled well using the instructions from the Readme. However, I didn't find how to flash the compiled binary to the ESP32. Can you help with that? |
Yes.
The In general, just follow the instructions in ESP32 README. |
I see, thank you! Somehow I couldn't compile it again. But when I changed the IDF version accorfing to the build log it compiled.
I registered the display as you described in the README and it was working well! |
Great!! 😄 Thanks for trying it out. |
Added resistive touch driver. Closing. |
Add ESP32 port + ILI9341 driver + Resistive Touch driver, and an example on
lv_micropython
of integrating it all into a Micropython project.The text was updated successfully, but these errors were encountered: