wfdudley / T-watch-2020

a watch project for the TTGO T-watch-2020 version 1
BSD 3-Clause "New" or "Revised" License
84 stars 27 forks source link

Searching where to disable wake up on accel #10

Closed sigmounte closed 3 years ago

sigmounte commented 3 years ago

I have 8h of autonomy usng the default firmware , but i can clearly see that the wathc is waking up all the time , even when i don't need to look at time . I'm totally of with having to use the push button to look at the time .

I just can't find where you programmed the waking up on accel ?

wfdudley commented 3 years ago

I did not write that. It's somewhere in the LVGL stuff, I don't know where.

Bill Dudley

On Sat, Nov 21, 2020 at 7:39 AM sigmounte notifications@github.com wrote:

I have 8h of autonomy usng the default firmware , but i can clearly see that the wathc is waking up all the time , even when i don't need to look at time . I'm totally of with having to use the push button to look at the time .

I just can't find where you programmed the waking up on accel ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wfdudley/T-watch-2020/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI4VYU2KV2E45L5RKSP22ADSQ6YJRANCNFSM4T5YNOTQ .

sigmounte commented 3 years ago

found it , was directly inside the .ino

thanks

wfdudley commented 3 years ago

Yes, to be accurate, I didn't write it, I copied it from the demo watch code that the watch ships with. After sending my reply, I realized it was probably in that lump I copied into the .ino file.