mirror of https://github.com/e2002/yoradio.git
ili9341_fix
This commit is contained in:
parent
c806f33df4
commit
c7fcb3c3bd
|
|
@ -38,7 +38,7 @@ const WidgetConfig bootstrConf PROGMEM = { 0, 182, 1, WA_CENTER };
|
|||
const WidgetConfig bitrateConf PROGMEM = { 70, 191, 1, WA_LEFT };
|
||||
const WidgetConfig voltxtConf PROGMEM = { 0, 214, 1, WA_CENTER };
|
||||
const WidgetConfig iptxtConf PROGMEM = { TFT_FRAMEWDT, 214, 1, WA_LEFT };
|
||||
const WidgetConfig rssiConf PROGMEM = { TFT_FRAMEWDT, 214-8, 2, WA_RIGHT };
|
||||
const WidgetConfig rssiConf PROGMEM = { TFT_FRAMEWDT, 214-6, 2, WA_RIGHT };
|
||||
const WidgetConfig numConf PROGMEM = { 0, 120+30, 52, WA_CENTER };
|
||||
const WidgetConfig apNameConf PROGMEM = { TFT_FRAMEWDT, 66, 2, WA_CENTER };
|
||||
const WidgetConfig apName2Conf PROGMEM = { TFT_FRAMEWDT, 90, 2, WA_CENTER };
|
||||
|
|
|
|||
Loading…
Reference in New Issue