1
0
Fork 0

Quick fixes based on comment (#5)

* Some performance improvement updates. Suspends timer when LCD is off, and resume when it comes back.
master
Akinboyewa Akindolani 2019-11-12 15:35:49 +00:00 committed by GitHub
parent a417241174
commit 66c7ead819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@
Bangle.on('gesture',function(gesture){
if (gesture && !Bangle.isLCDOn()) {
clearTimers();
g.clear();
startTimers();
drawWidgets();
Bangle.setLCDTimeout(30);
Bangle.setLCDPower(true);
}