diff options
author | discip <[email protected]> | 2023-11-22 18:41:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-22 18:41:02 +0100 |
commit | 229ae9b30e9ad5fea0ba2b57664c7d346c4eb33c (patch) | |
tree | 113df0ae2cf217dc5754f5080c1bb03eb458e03f | |
parent | 9bfb36e349976c743acdfb57cffbba95eadc1989 (diff) | |
download | IronOS-229ae9b30e9ad5fea0ba2b57664c7d346c4eb33c.tar.gz IronOS-229ae9b30e9ad5fea0ba2b57664c7d346c4eb33c.zip |
Update Font.h
-rw-r--r-- | source/Core/Drivers/Font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Drivers/Font.h b/source/Core/Drivers/Font.h index 2971dcb5..9548c676 100644 --- a/source/Core/Drivers/Font.h +++ b/source/Core/Drivers/Font.h @@ -179,7 +179,7 @@ const uint8_t RepeatOnce[] = { // width = 16
// height = 16
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};
+ 0x00, 0x01, 0x08, 0x04, 0x7e, 0x00, 0x00, 0x60, 0x60, 0x70, 0x30, 0x38, 0x1e, 0x0f, 0x03, 0x00};
const uint8_t RepeatInf[] = {
// width = 16
|