diff options
author | discip <[email protected]> | 2023-11-22 18:34:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-22 18:34:25 +0100 |
commit | 9bfb36e349976c743acdfb57cffbba95eadc1989 (patch) | |
tree | cb5e58140a90fa2da7e941d7e33866a1cf5c7d74 | |
parent | 00c3d150dd56b56fb3cc96e983053a25634cb381 (diff) | |
download | IronOS-9bfb36e349976c743acdfb57cffbba95eadc1989.tar.gz IronOS-9bfb36e349976c743acdfb57cffbba95eadc1989.zip |
Update Font.h
-rw-r--r-- | source/Core/Drivers/Font.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/Core/Drivers/Font.h b/source/Core/Drivers/Font.h index 9672891c..2971dcb5 100644 --- a/source/Core/Drivers/Font.h +++ b/source/Core/Drivers/Font.h @@ -178,14 +178,14 @@ const uint8_t buttonB[] = { const uint8_t RepeatOnce[] = {
// width = 16
// height = 16
- 0x00, 0xc0, 0x30, 0x08, 0x04, 0x04, 0x02, 0x02, 0x02, 0x02, 0x14, 0x18, 0x1c, 0x00, 0xc0, 0x00,
- 0x00, 0x03, 0x08, 0x04, 0x7e, 0x00, 0x40, 0x40, 0x40, 0x40, 0x20, 0x20, 0x10, 0x0c, 0x03, 0x00};
+ 0x00, 0xc0, 0xf0, 0x78, 0x1c, 0x0c, 0x0e, 0x06, 0x06, 0x0e, 0x2c, 0x3c, 0x38, 0x3c, 0x00, 0x00,
+ 0x00, 0x01, 0x08, 0x04, 0x7e, 0x00, 0x00, 0x60, 0x60, 0x70, 0x30, 0x38, 0x1e, 0x0f, 0x02, 0x00};
const uint8_t RepeatInf[] = {
// width = 16
// height = 16
- 0x00, 0xc0, 0x30, 0x08, 0x04, 0x04, 0x02, 0x02, 0x02, 0x02, 0x14, 0x18, 0x1c, 0x00, 0xc0, 0x00,
- 0x00, 0x33, 0x48, 0x48, 0x30, 0x48, 0x48, 0x30, 0x00, 0x40, 0x20, 0x20, 0x10, 0x0c, 0x03, 0x00};
+ 0x00, 0xc0, 0xf0, 0x78, 0x1c, 0x0c, 0x0e, 0x06, 0x06, 0x0e, 0x2c, 0x3c, 0x38, 0x3c, 0x00, 0x00,
+ 0x00, 0x31, 0x49, 0x48, 0x30, 0x48, 0x48, 0x30, 0x00, 0x00, 0x30, 0x38, 0x1e, 0x0f, 0x02, 0x00};
/*
* 16x16 icons
|