1
0
Fork 0

Fixed 100% battery level.

master
David Peer 2022-01-05 17:49:05 +01:00
parent 9bd1127ebc
commit 6cd9167565
2 changed files with 3 additions and 3 deletions

View File

@ -148,10 +148,10 @@ function printData(key, y, c){
}
g.setColor(c);
g.fillRect(79, y-2, 87 ,y+18);
g.fillRect(79, y-2, 85 ,y+18);
g.setFontAlign(1,-1,0);
g.drawString(value, 131, y);
g.setFontAlign(0,-1,0);
g.drawString(value, 110, y);
g.setColor(c);
g.setFontAlign(-1,-1,0);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB