Add files via upload

pull/772/head
Jorge Pérez Ramos 2021-07-12 21:42:00 +02:00 committed by GitHub
parent f1fc7256b7
commit 42b4f71f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -8,6 +8,11 @@
*/
//Font
WIDGETS["bangle.Sensors"]={
area: "tl",
width: 10,
draw: draw,
};
g.setFont("Vector", 100);
//variabangle.Sensorss
let acclS, bttS, compssS, gpsS, hrmS, stepS; //Strings
@ -295,10 +300,3 @@
}, 5 * 1000);
})(); //End of Widget
// add your widget
WIDGETS["bangle.Sensors"]={
area: "tl",
width: 10,
draw: draw,
};
})()