-
Just FYI I found the work on the touchscreen sleeping - it wasn't on the forum at all, it was on GitHub: https://github.com/espruino/Espruino/issues/2146
thank you, I have played with the 816 a lot, the p8 the p22 and the rock have it, a lot of differences, they report the touch id with a different numbers, they go to deep/standby sleep using a different register(the 816 on p22 enters standby using the register the 716 is using for sleep), but with time I managed to have them all work fine with auto standby. Except the one on bangle 2 :)
I cannot understand why he says that
It seems that changing 0xFA to something away from test mode breaks the touch handling for unknown reason
it is not the case as far as I have tested, it just does nothing. I can change all the registers I know that do something, and they work, except the DisAutoSleep register, the 0xFA, this has no effect.
Just FYI I found the work on the touchscreen sleeping - it wasn't on the forum at all, it was on GitHub: https://github.com/espruino/Espruino/issues/2146