From 1227e80e45dbe2baa78b82b25015a3467a7a6b63 Mon Sep 17 00:00:00 2001 From: dapgo Date: Mon, 8 Feb 2021 13:38:20 +0100 Subject: [PATCH] minor update mainly the forgotten app.png --- apps/testUserInput/app.png | Bin 0 -> 1496 bytes apps/testUserInput/test_userInput.app.js | 9 +++++---- apps/testUserInput/test_userInput.info | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 apps/testUserInput/app.png delete mode 100644 apps/testUserInput/test_userInput.info diff --git a/apps/testUserInput/app.png b/apps/testUserInput/app.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ad0f43f9781b194f56a0129b6aaa09ef82378a GIT binary patch literal 1496 zcmV;}1tz3Ip6O;XXc!lfzw=4Yr}Lp?P$~4Ypk_v5!!(kpkJ`P;Pklu z;HGps9n=psTs0Y3mtKDfjmnjpYcZ$wZv4RVz8GIfduC z6bd8c^Erye5t=-Yvzk+Mt-6s!JdRQAI65M?Hv&Gg0S$Dms|HKdXW91%ta_A~3x zN11nU4K0Tr+7|=lbRh3*Whqaa<2oUQ-|ECZXp#M|E76^g>Yb`^$9IA?{_BYCa7s-IH zy%xH6@7vGpmYJxIPArGF{;sFp$$>wmAL!P`!4oyzXn?4(>!|a**+m>?Hfxe6b-;(QE$nXo)>?eI%>Eg zjR3&=Z@qfJpq)mww?8`&n)6q70HeCY`qJ4*c&Nbu{9~g1in&Wf{JX+CE#BFF#oW%V z@4WoW)bLKOnqQ~KWVbD{6FOa%nR36?s-_V*m2}!0h_sMZt8X^61|5sf9d=wNgUB`l zc7gO^3VUQlU#_0D8uAPrIg+QfH8q-0o(}v5>;?9L>;c&e{$5$WbAK)M8)Cp(5Mez0 zgq(3YD3%Qb=R7YfJ~P$UZ^$!H13bVSD?Do@yV2U}FYJH*5LbX7JqZZ6@kQIc)%G{x zA-3BVuD4e1H6}M~|VDIrC!)Z&L%{ zC+%;%CN5+#=Rpc)9#&QYhzOns;50+i%@(=&&-X6Rj*OV;)*5L9{G{#1X~HZd9pC!6 z@mqnPN->eKkzm?1k66q-Cm#1Ck*K_o{}=F3VH%arZw7Jc1`d~Eqb8b~N+yWM!wpOs zekvm{Cb>5A3qm(AT#AL5n7~&L_<9%skfoU&SndW&|24;(DC3C=Kf2Wl4^^zhvOM!H z!V_h&6HJtNYJsN$e7#0sOtLid6v8WIF%eu>$|1s33w*r|01$H@LhL7HjUD-4;UR(n z>G;-1%xYlINt44s#=~1G!cS=(m`rkA-(P5O6L6$rQdsdYc&H3-8LXBm^6RwR@Z$jj zZUs9M3K|xR1`lF)Rm)S;_kdiV*$&*riOBVW2gLGrwJbG%(8#hMHUW>70iCE?;UVJ; znz9*hQjSQ}VVs{YTy2q;ff@e>!{Nf_`U&v9?UL>v{;0NoUH+iikK3m+P4BnJEm*q% y%d80SIbf$?dz?Y@imdJ{)`RJc&ghIz6a5WzKeaAm literal 0 HcmV?d00001 diff --git a/apps/testUserInput/test_userInput.app.js b/apps/testUserInput/test_userInput.app.js index 09a187b5a..3ee8b5c0f 100644 --- a/apps/testUserInput/test_userInput.app.js +++ b/apps/testUserInput/test_userInput.app.js @@ -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 ***"); @@ -20,7 +20,7 @@ function ClearBannerArea(){ function PrintUserInput(boton){ console.log("Pressed touch/BTN",boton); - if (v_clicks=='0') PrintAreas(); + if (v_clicks=='0') PrintAreas(); ClearBannerArea(); if (boton==' <---') { @@ -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(); \ No newline at end of file diff --git a/apps/testUserInput/test_userInput.info b/apps/testUserInput/test_userInput.info deleted file mode 100644 index cc1447954..000000000 --- a/apps/testUserInput/test_userInput.info +++ /dev/null @@ -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"} \ No newline at end of file