rzeldent / platformio-espressif32-sunton

Board definitions for the Sunton Smart display boards (CYD Cheap Yellow Display). These definitions contain not only contain the CPU information but also the connections and devices present on the board.
https://github.com/rzeldent/esp32-smartdisplay
88 stars 27 forks source link

ESP32-8048S050C #52

Open PE2016 opened 5 months ago

PE2016 commented 5 months ago

Greetings, I tried the code at https://github.com/rzeldent/esp32-smartdisplay-demo.git in VSCode and Platformio. It builds and uploads successfully, but it overwrote the original demo that came with the board, and the display is black! Any help is appreciated.

I also looked at https://github.com/rzeldent/esp32-smartdisplay.git and your board definitions at: https://github.com/rzeldent/platformio-espressif32-sunton.git and I am not sure what I am supposed to do? Are there any instructions, links or suggestions to get this board working? Thank you in advance. RG

PE2016 commented 5 months ago

Update: Your https://github.com/rzeldent/esp32-smartdisplay-demo.git worked (with rotate, etc.) as soon as I uncommented the board used under [platformio] in the ini file and added the board definition. Thank you.

Trying to understand why the code at https://github.com/rzeldent/esp32-smartdisplay; I found differences between the README file lines 400 to line 550 and the platformio.ini. Additionally, the lvgl_conf.h was not under \include\ directory. So, it is still not working for me.

So, my question now is how to adapt the demo code to use wifi and vnc client similar to https://github.com/Links2004/arduinoVNC

Thank you