Ensure about app clears the background
parent
f5e113d50f
commit
43dc4da5d8
|
|
@ -10,7 +10,7 @@ var img = atob("sIwDkm2S66DYwA2AAAAAHAHGSRxJEkAAgmGGBxDIADIdAFJIbAHF9HP00kBUC6Dt
|
|||
var imgHeight = g.imageMetrics(img).height;
|
||||
var imgScroll = Math.floor(Math.random()*imgHeight);
|
||||
|
||||
g.reset().setFont("6x15").setFontAlign(0,0);
|
||||
g.clear(1).setFont("6x15").setFontAlign(0,0);
|
||||
g.drawString(ENV.VERSION + " " + NRF.getAddress(), g.getWidth()/2, 171);
|
||||
g.drawImage(img,0,24);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue