Force LCD on

master
nlisgo 2021-11-25 00:13:06 +00:00
parent f175f4c48c
commit 9940b38bbd
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ const presentScramble = () => {
};
const init = () => {
Bangle.setLCDTimeout(0);
Bangle.setLCDPower(1);
presentScramble();
};