change ui color

master
thyttan 2022-10-10 18:44:46 +02:00
parent 67a394a7f4
commit 4c3504a897
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ function gfx() {
g.reset(); g.reset();
g.setFont("4x6:2"); g.setFont("4x6:2");
g.setColor(0xFD20);
g.setFontAlign(1, 0, 0); g.setFontAlign(1, 0, 0);
g.drawString("->", R.x2 - marigin, R.y + R.h/2); g.drawString("->", R.x2 - marigin, R.y + R.h/2);