Adosis / TTGO_TWatch_WordClock

Wordclock on the lilygo t-watch 2020
23 stars 4 forks source link

calcMatrix.c missing? #1

Open Therealjosephchrzempiec opened 3 years ago

Therealjosephchrzempiec commented 3 years ago

Hello I'm getting the error of calcMatrix.c missing when i upload the sketch. I love this watch and i love the world clock but i can not get this to work. Can you please help me i can not find the library.

joseph

Adosis commented 3 years ago

Hello Joseph,

if you look to the code, you will see 2 folders ('Movie' and 'Pictores'). You will also see 5 files 'FreeSans12ptWordclock.h', 'config.h', 'README.md', t-watch_wordclock_V1_0.ino' and of course the file 'calcMatrix.c'. Be sure, that all 5 files are copied to the same folder on your computer (eg. 'TTGOWordclock'). By double-click on 't-watch_wordclock_V1_0.ino' the arduino-IDE will start and the code will be opened. If everythin is right, you will see 4 tabs at the top of the arduino IDE ('FreeSans12ptWordclock.h', 'config.h', t-watch_wordclock_V1_0.ino' and of course the file 'calcMatrix.c').

Please connect the watch to your computer via USB. Please set the USB-Port (Tools --> Port --> COM...). Be sure you choosed the right Borad ('Tools --> Board --> ESP32 Arduino --> TTGO T-Watch).

If you can't find the right board in the list, please look here for the TTgo-Watch-library: https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library

If you finished the setting you can upload the code:

Now the sketch will be uploaded to watch. When upload is comleted, the watch will automatically start.

I hope this will help you. If not, feel free to contact me again.

Best regards Andreas

Logicbloke commented 1 year ago

I managed to make this run. It's quite nice actually :) Great effort!

Sometimes it freezes for some reason. No touch input and it doesn't turn the backlight off but still lit.

I'll run this for a few weeks and see if I can add any improvements and add pull requests or open issues if necessary.

Danke schön!