Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
890 stars 284 forks source link

Boot Text Cannot be changed #237

Closed ThBean closed 4 months ago

ThBean commented 5 months ago

Affected Device: Lilygo TTGO watch S3 I am using this repository On boot the device can only display "Hello T-Watch" this cannot be changed through Arduino IDE since I can't find the code that refers too it. Ideally i could remove or customize this text.

jeff-burright commented 4 months ago

You should be able to find it in LilyGoLib.cpp around line 119. Search for "drawstring"

ThBean commented 4 months ago

Thanks this solves the issue, for anyone else viewing this here is the path: ~/Arduino/libraries/TTGO_TWatch_Library/src/LilyGoLib.cpp