Xinyuan-LilyGO / TTGO_TWatch_Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boot Text Cannot be changed

ThBean opened this issue · comments

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.

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

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