rzeldent / esp32-smartdisplay

PlatformIO library LVGL Drivers for Sunton Smart display boards (CYD Cheap Yellow Display). This library supports these boards without any effort. ESP32-2432S024N/R/C, ESP32-2432S028R/C, ESP32-3248S035R/C, ESP32_8048S070N/C
https://github.com/rzeldent/platformio-espressif32-sunton
GNU General Public License v3.0
421 stars 74 forks source link

Use c++ to create implementations of displays/touch #126

Open rzeldent opened 9 months ago

rzeldent commented 9 months ago

See: https://github.com/KamranAghlami/T-Display-S3/blob/main/src/hardware/display.cpp

rzeldent commented 2 months ago

Hi PaasPaas,

You do not need a board definition but you can immediately fill in the values in the C files in the esp32-smartdisplay library. However, this can be used for tinkering but supporting a log of boards is not possible this way. You can indeed use the solution you proposed in https://github.com/rzeldent/esp32-smartdisplay/issues/126. I added some info there...