mirror of https://github.com/e2002/yoradio.git
player_queue_102
This commit is contained in:
parent
0bc93d6550
commit
d6c6c1076b
|
|
@ -58,7 +58,7 @@ const char iptxtFmt[] PROGMEM = " %s";
|
||||||
const char voltxtFmt[] PROGMEM = "\023\025%d";
|
const char voltxtFmt[] PROGMEM = "\023\025%d";
|
||||||
const char bitrateFmt[] PROGMEM = "%d";
|
const char bitrateFmt[] PROGMEM = "%d";
|
||||||
/* MOVES */ /* { left, top, width (0 - auto, -1 - lock } */
|
/* 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 weatherMove PROGMEM = {TFT_FRAMEWDT, 48, MAX_WIDTH};
|
||||||
const MoveConfig weatherMoveVU PROGMEM = { 34, 48, 122 };
|
const MoveConfig weatherMoveVU PROGMEM = { 34, 48, 122 };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue