Closed kylefmohr closed 1 month ago
Wow thanks! I got my own Waveshare board last night and starting working on a similar port! I've got a few other changes I've added which i'll base on this PR.
Will merge this if it builds and add PSRAM support later
Wow thanks! I got my own Waveshare board last night and starting working on a similar port! I've got a few other changes I've added which i'll base on this PR.
Very cool! I'm going to look into adding support for the Waveshare ESP32-S3-GEEK next.
Hi! Thank you for your hard work on this awesome project.
This PR adds support for the Waveshare ESP32-S3-LCD-1.47, a board very similar to the LILYGO Dongle.
Additionally, it changes the
platformio.ini
configuration to useextends = common
, rather than redundantly listing the${common.<whatever>}
options for each board.Finally, it moves the definition of the TFT panel type to the
platformio.ini
fileThese changes have been tested on the aforementioned Waveshare board. Thanks again!