Force LCD on
parent
f175f4c48c
commit
9940b38bbd
|
|
@ -83,6 +83,8 @@ const presentScramble = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const init = () => {
|
const init = () => {
|
||||||
|
Bangle.setLCDTimeout(0);
|
||||||
|
Bangle.setLCDPower(1);
|
||||||
presentScramble();
|
presentScramble();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue