diff options
author | Ben V. Brown <[email protected]> | 2024-02-23 10:19:07 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-23 10:19:07 +1100 |
commit | 9f6f2f86ffe00fd7e38e083d8aef99a3db1e4a5c (patch) | |
tree | 453a6bb5d3d0128a7a54af4dc6c77becbc3059e8 /source/Core/Drivers/Font.h | |
parent | baf2f26e59da8408ce49cf072441ea0ee69a41c6 (diff) | |
download | IronOS-9f6f2f86ffe00fd7e38e083d8aef99a3db1e4a5c.tar.gz IronOS-9f6f2f86ffe00fd7e38e083d8aef99a3db1e4a5c.zip |
Add S60P init code (#1884)
* Basic Init
* Add S60P to CI
Diffstat (limited to 'source/Core/Drivers/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 56f71abc..98946449 100644 --- a/source/Core/Drivers/Font.h +++ b/source/Core/Drivers/Font.h @@ -141,7 +141,7 @@ const uint8_t disconnectedTip[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0x37, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x04, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
#endif
-#if defined(MODEL_S60) > 0
+#if defined(MODEL_S60)+defined(MODEL_S60P) > 0
const uint8_t buttonA[] = {
// width = 42
// height = 16
|