i-am-shodan / USBArmyKnife

USB Army Knife – the ultimate close access tool for penetration testers and red teamers.
MIT License
465 stars 41 forks source link

Add Support for Waveshare ESP32-S3-LCD-1.47 board #16

Closed kylefmohr closed 1 month ago

kylefmohr commented 1 month ago

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 use extends = 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 file

These changes have been tested on the aforementioned Waveshare board. Thanks again!

i-am-shodan commented 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.

i-am-shodan commented 1 month ago

Will merge this if it builds and add PSRAM support later

kylefmohr commented 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.

Very cool! I'm going to look into adding support for the Waveshare ESP32-S3-GEEK next.