Skip to content

Commit

Permalink
Add MODEL_S99
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasius committed Aug 7, 2024
1 parent a132d37 commit e667189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Core/Drivers/Font.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x30, 0x0C, 0x02, 0xF1, 0xF1, 0xF1, 0x02, 0x0C, 0x30, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0xC0, 0xB0, 0x8C, 0x83, 0x80, 0x80, 0x80, 0x80, 0xB3, 0xB3, 0xB3, 0x80, 0x80, 0x80, 0x80, 0x83, 0x8C, 0xB0, 0xC0, 0x00, 0x00};

#if defined(MODEL_S60) || defined(MODEL_S60P) || defined(MODEL_TS101) || defined(MODEL_T55)
#if defined(MODEL_S60) || defined(MODEL_S60P)
#if defined(MODEL_S60) || defined(MODEL_S60P) || defined(MODEL_TS101) || defined(MODEL_T55) || defined(MODEL_S99)
#if defined(MODEL_S60) || defined(MODEL_S60P) || defined(MODEL_S99)
const uint8_t buttonA[] = {
// width = 56
// height = 32
Expand Down

0 comments on commit e667189

Please sign in to comment.