player_queue_102

This commit is contained in:
e2002
2023-03-17 17:48:27 +03:00
parent 0bc93d6550
commit d6c6c1076b

View File

@@ -58,7 +58,7 @@ const char iptxtFmt[] PROGMEM = " %s";
const char voltxtFmt[] PROGMEM = "\023\025%d";
const char bitrateFmt[] PROGMEM = "%d";
/* MOVES */ /* { left, top, width (0 - auto, -1 - lock } */
const MoveConfig clockMove PROGMEM = { 16, 94, 0};
const MoveConfig clockMove PROGMEM = { 14, 94, 0};
const MoveConfig weatherMove PROGMEM = {TFT_FRAMEWDT, 48, MAX_WIDTH};
const MoveConfig weatherMoveVU PROGMEM = { 34, 48, 122 };