feature: set Brightness default to full

master
xxpasixx 2022-09-19 15:21:14 +02:00
parent 88533f84bc
commit 18add9240b
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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();

View File

@ -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",