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

Add pio support for Hello World including CYD2USB variant #53

Closed TheNitek closed 8 months ago

TheNitek commented 8 months ago

This enables platformio support for the "Hello world" example. No need to copy TFT_eSPI config files and easy switching between CYD and CYD2USB. If people like it, can easily be used as a template for the other projects.

witnessmenow commented 8 months ago

Maybe move the gitignore to a higher level and allow it to take it effect for more examples?

TheNitek commented 8 months ago

Good idea. Done

witnessmenow commented 8 months ago

Thank you!