diff options
author | discip <[email protected]> | 2023-11-22 18:45:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-22 18:45:41 +0100 |
commit | 8eebb01047778a14000613c114ee3683eaba3aed (patch) | |
tree | d973bc478dd6540478e61715bb9a903be75a1fae /source | |
parent | 229ae9b30e9ad5fea0ba2b57664c7d346c4eb33c (diff) | |
download | IronOS-8eebb01047778a14000613c114ee3683eaba3aed.tar.gz IronOS-8eebb01047778a14000613c114ee3683eaba3aed.zip |
Update Font.h
Diffstat (limited to 'source')
-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 9548c676..e8f120f4 100644 --- a/source/Core/Drivers/Font.h +++ b/source/Core/Drivers/Font.h @@ -185,7 +185,7 @@ const uint8_t RepeatInf[] = { // width = 16
// height = 16
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};
+ 0x00, 0x31, 0x49, 0x48, 0x30, 0x48, 0x48, 0x30, 0x00, 0x00, 0x30, 0x38, 0x1e, 0x0f, 0x03, 0x00};
/*
* 16x16 icons
|