change ui color

master
thyttan 2022-10-10 18:46:49 +02:00
parent eece227508
commit 6d839dd6c7
1 changed files with 1 additions and 0 deletions

View File

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