minor colour change to help with rounding on 3bpp
parent
ca12134ffe
commit
45b5ab231a
|
|
@ -2,7 +2,7 @@
|
|||
(() => {
|
||||
function draw() {
|
||||
var id = NRF.getAddress().substr().substr(12).split(":");
|
||||
g.reset().setColor(0, 0.5, 1).setFont("6x8", 1);
|
||||
g.reset().setColor(0, 0.49, 1).setFont("6x8", 1);
|
||||
g.drawString(id[0], this.x+2, this.y+4, true);
|
||||
g.drawString(id[1], this.x+2, this.y+14, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue