1
0
Fork 0

Merge pull request #2131 from xxpasixx/master3

feature: set Brightness default to full
master
Gordon Williams 2022-09-20 13:56:20 +01:00 committed by GitHub
commit 941298a436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.03: Add Color Changing Settings
0.04: Add Support For Bangle.js 2
0.05: Default full Brightness

View File

@ -7,6 +7,7 @@ function loadSettings() {
loadSettings();
Bangle.setLCDBrightness(1);
Bangle.setLCDPower(1);
Bangle.setLCDTimeout(0);
g.reset();

View File

@ -2,7 +2,7 @@
"id": "torch",
"name": "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.",
"icon": "app.png",
"tags": "tool,torch",