diff options
author | discip <[email protected]> | 2023-11-22 00:05:51 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-22 00:05:51 +0100 |
commit | cf8d6ee78346f6e3dabc454cf79a2d41d64b16ee (patch) | |
tree | 0f915cf7fcd6bc9648ba4c8227027fe1b260053b | |
parent | 4f5bbcf370034f90088cd52a4b8b95f15681123a (diff) | |
download | IronOS-cf8d6ee78346f6e3dabc454cf79a2d41d64b16ee.tar.gz IronOS-cf8d6ee78346f6e3dabc454cf79a2d41d64b16ee.zip |
Update Font.h
-rw-r--r-- | source/Core/Drivers/Font.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/Core/Drivers/Font.h b/source/Core/Drivers/Font.h index 265a7a12..27db5016 100644 --- a/source/Core/Drivers/Font.h +++ b/source/Core/Drivers/Font.h @@ -176,16 +176,16 @@ const uint8_t buttonB[] = { // 0x7F, 0x80, 0xA4, 0xBE, 0xA0, 0x80, 0x7F, 0x00, 0x04, 0x0E, 0x1F, 0x04, 0xFB, 0xFB, 0xFB, 0xFB, 0xFF, 0x80, 0x7F, 0x5B, 0x41, 0x5F, 0x7F, 0x80};
const uint8_t infinityOnce[] = {
- // width = 24
+ // width = 16
// height = 16
- 0x00, 0xc0, 0x70, 0x18, 0x0c, 0x0c, 0x0c, 0x0c, 0x18, 0x10, 0x20, 0x80, 0xc0, 0x60, 0x30, 0x18, 0x0c, 0x0c, 0x0c, 0x0c, 0x18, 0x70, 0xc0, 0x00,
- 0x00, 0x01, 0x03, 0x08, 0x04, 0x7e, 0x00, 0x18, 0x0c, 0x06, 0x03, 0x01, 0x00, 0x02, 0x04, 0x0c, 0x18, 0x18, 0x18, 0x18, 0x0c, 0x07, 0x01, 0x00};
+ 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};
const uint8_t infinityLoop[] = {
- // width = 24
+ // width = 16
// height = 16
- 0x00, 0xc0, 0x70, 0x18, 0x0c, 0x0c, 0x0c, 0x0c, 0x18, 0x10, 0x20, 0x80, 0xc0, 0x60, 0x30, 0x18, 0x0c, 0x0c, 0x0c, 0x0c, 0x18, 0x70, 0xc0, 0x00,
- 0x00, 0x01, 0x1c, 0x22, 0x41, 0x01, 0x71, 0x62, 0x5c, 0x00, 0x03, 0x01, 0x00, 0x02, 0x04, 0x0c, 0x18, 0x18, 0x18, 0x18, 0x0c, 0x07, 0x01, 0x00};
+ 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};
/*
* 16x16 icons
|