jeremyjh / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
45 stars 22 forks source link

Fix const correctness in TFT functions #17

Closed mlepage-google closed 4 years ago

mlepage-google commented 4 years ago

Change string parameters to be const char (instead of char) and fix up related spacing and formatting.

jeremyjh commented 4 years ago

Thanks!