1
0
Fork 0

minor update

mainly the forgotten app.png
master
dapgo 2021-02-08 13:38:20 +01:00
parent c5c7ad06b7
commit 1227e80e45
3 changed files with 5 additions and 5 deletions

BIN
apps/testUserInput/app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

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

View File

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