witnessmenow / ESP32-Cheap-Yellow-Display

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

fontSize -> fontNum #84

Closed danpeirce closed 9 months ago

danpeirce commented 10 months ago

In the 1 - Hello World example changed the variable name

to better reflect that different fonts are being used This seems important to me because some of the fonts are fully alphanumeric and others are numeric with only a few symbols!

Also added comments from the User_Setup.h file with a few details of the available fonts. This could save new users time.