forked from FOSS/BangleApps
commit
941298a436
|
@ -2,3 +2,4 @@
|
||||||
0.02: Change start sequence to BTN1/3/1/3 to avoid accidental turning on (fix #342)
|
0.02: Change start sequence to BTN1/3/1/3 to avoid accidental turning on (fix #342)
|
||||||
0.03: Add Color Changing Settings
|
0.03: Add Color Changing Settings
|
||||||
0.04: Add Support For Bangle.js 2
|
0.04: Add Support For Bangle.js 2
|
||||||
|
0.05: Default full Brightness
|
||||||
|
|
|
@ -7,6 +7,7 @@ function loadSettings() {
|
||||||
|
|
||||||
loadSettings();
|
loadSettings();
|
||||||
|
|
||||||
|
Bangle.setLCDBrightness(1);
|
||||||
Bangle.setLCDPower(1);
|
Bangle.setLCDPower(1);
|
||||||
Bangle.setLCDTimeout(0);
|
Bangle.setLCDTimeout(0);
|
||||||
g.reset();
|
g.reset();
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "torch",
|
"id": "torch",
|
||||||
"name": "Torch",
|
"name": "Torch",
|
||||||
"shortName": "Torch",
|
"shortName": "Torch",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Turns screen white to help you see in the dark. Select from the launcher or press BTN1,BTN3,BTN1,BTN3 quickly to start when in any app that shows widgets on Bangle.js 1. You can also set the color through the app's setting menu.",
|
"description": "Turns screen white to help you see in the dark. Select from the launcher or press BTN1,BTN3,BTN1,BTN3 quickly to start when in any app that shows widgets on Bangle.js 1. You can also set the color through the app's setting menu.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,torch",
|
"tags": "tool,torch",
|
||||||
|
|
Loading…
Reference in New Issue