fix const name causing build error on T-Display_V1
This commit is contained in:
parent
732629851a
commit
599eb29a87
@ -4279,7 +4279,7 @@ const unsigned short globalHashScreen[0xFD20] PROGMEM = {
|
|||||||
const uint16_t priceScreenWidth = 240;
|
const uint16_t priceScreenWidth = 240;
|
||||||
const uint16_t priceScreenHeight = 128;
|
const uint16_t priceScreenHeight = 128;
|
||||||
|
|
||||||
const unsigned short price_screen[0x7800] PROGMEM = {
|
const unsigned short priceScreen[0x7800] PROGMEM = {
|
||||||
0x630C, 0x18C3, 0x10A2, 0x10A2, 0x10A2, 0x10A2, 0x10A2, 0x10A2, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, // 0x0010 (16)
|
0x630C, 0x18C3, 0x10A2, 0x10A2, 0x10A2, 0x10A2, 0x10A2, 0x10A2, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, 0x1082, // 0x0010 (16)
|
||||||
0x1082, 0x1081, 0x1081, 0x1081, 0x0861, 0x0861, 0x0861, 0x0861, 0x0861, 0x0861, 0x0841, 0x0861, 0x1082, 0x1082, 0x1082, 0x0861, // 0x0020 (32)
|
0x1082, 0x1081, 0x1081, 0x1081, 0x0861, 0x0861, 0x0861, 0x0861, 0x0861, 0x0861, 0x0841, 0x0861, 0x1082, 0x1082, 0x1082, 0x0861, // 0x0020 (32)
|
||||||
0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0020, 0x0020, 0x0020, 0x0020, // 0x0030 (48)
|
0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0841, 0x0020, 0x0020, 0x0020, 0x0020, // 0x0030 (48)
|
||||||
|
Loading…
Reference in New Issue
Block a user