Merge pull request #251 from giovantenne/master

fix const name causing build error on T-Display_V1
This commit is contained in:
BitMaker 2023-12-08 01:54:47 +01:00 committed by GitHub
commit 7ae6353321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4279,7 +4279,7 @@ const unsigned short globalHashScreen[0xFD20] PROGMEM = {
const uint16_t priceScreenWidth = 240;
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)
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)