forked from FOSS/BangleApps
bthrm - Try to make linter happy by adding status method to global object
parent
a22beea01a
commit
bc9d1ec722
|
@ -123,7 +123,7 @@ function draw(){
|
||||||
|
|
||||||
|
|
||||||
// This can get called for the boot code to show what's happening
|
// This can get called for the boot code to show what's happening
|
||||||
function showStatusInfo(txt) {
|
global.showStatusInfo = function(txt) {
|
||||||
var R = Bangle.appRect;
|
var R = Bangle.appRect;
|
||||||
g.reset().clearRect(R.x,R.y2-8,R.x2,R.y2).setFont("6x8");
|
g.reset().clearRect(R.x,R.y2-8,R.x2,R.y2).setFont("6x8");
|
||||||
txt = g.wrapString(txt, R.w)[0];
|
txt = g.wrapString(txt, R.w)[0];
|
||||||
|
|
Loading…
Reference in New Issue