witnessmenow / ESP32-Cheap-Yellow-Display

Building a community around a cheap ESP32 Display with a touch screen
MIT License
1.31k stars 130 forks source link

esp32-smartdisplay #34

Open GrahamM opened 8 months ago

GrahamM commented 8 months ago

There's an existing library at https://github.com/rzeldent/esp32-smartdisplay that makes using the 2432S024R/C/N, 2432S028R, 3248S035R/C and 8048S070N/C so much easier for getting things up and running quickly. It supports LVGL and enabled me to port an existing app targeting an M5 stack to a 3248S035C in less than 20 minutes.

It might be worth considering working with the author of that project, given the boards it supports.

witnessmenow commented 8 months ago

Yes I must try it out, seems like the cyd is already something it supports!