Replies: 1 comment 3 replies
-
The ini file is basically a translation of the User_Setup.h file in the tft_espi library: In this case check out Setup14_ILI9341_Parallel.h Introducing a new display always involves a bit of trial-and-error, so try to boil the sketch down to the bare essentials. Once you have the user_setup.h dialed in, it should be straightforward to pull it into hasp-lvgl which uses tft_espi internally. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team!
Trying to connect 2.4inch Arduino Display to ESP32.
Based on d132-unoshield_ili9486_parallel.ini I prepared config as follow, simply commenting out lines related to SPI and changing driver:
Build compiles and uploads fine, I can access webpage. Screen is white/blinks slightly during boot.
Serial output:
Do you think is it possible to make it work? Can you advise on possible changes to above config? Thanks!
BTW - this project is amazing!
Beta Was this translation helpful? Give feedback.
All reactions