forked from FOSS/BangleApps
parent
c5c7ad06b7
commit
1227e80e45
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -2,7 +2,7 @@
|
|||
var colbackg='#111111';
|
||||
//var coldarkred='#CC3333';
|
||||
var colorange='#e56e06';
|
||||
var colgrey='#51504f';
|
||||
var colgrey='#f3f3f1' //'#51504f'; //lighter gray
|
||||
var v_font1size='16';
|
||||
var v_clicks='0';
|
||||
console.log("*** Test input interface ***");
|
||||
|
@ -63,7 +63,6 @@ function PrintBtn2(boton){
|
|||
v_clicks++;
|
||||
}
|
||||
|
||||
|
||||
function PrintHelp(){
|
||||
console.log("********************************");
|
||||
console.log("Log: *** Print help in screen");
|
||||
|
@ -127,8 +126,10 @@ function UserInput(){
|
|||
//Main code
|
||||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets();
|
||||
//optional line below widgets area
|
||||
g.setColor(0,1,0); //green
|
||||
g.drawLine(60, 30, 180, 30); //optional line below widgets area
|
||||
g.drawLine(60, 30, 180, 30);
|
||||
g.flip();
|
||||
//end optional
|
||||
PrintHelp();
|
||||
UserInput();
|
|
@ -1 +0,0 @@
|
|||
{"id":"testuserInput","name":"Test User Input","src":"test_userInput.app.js","icon":"test_userInput.img","version":"0.02","files":"test_userInput.info,test_userInput.app.js,test_userInput.img"}
|
Loading…
Reference in New Issue