Skip to content

Commit

Permalink
Merge pull request #251 from giovantenne/master
Browse files Browse the repository at this point in the history
fix const name causing build error on T-Display_V1
  • Loading branch information
BitMaker-hub authored Dec 8, 2023
2 parents 2f8c7b8 + 599eb29 commit 7ae6353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/images_240_135.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ae6353

Please sign in to comment.