aboutsummaryrefslogtreecommitdiffhomepage
path: root/source
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2022-02-05 12:39:40 +1100
committerBen V. Brown <[email protected]>2022-02-05 12:39:40 +1100
commit49c80d2d3fa36de6b24d9fae07adf1db0f9c6dcb (patch)
tree94843eca80672bac97fe821e8c63c6728007151e /source
parent80acf58b438f80bc0ce90c25bec7e5948e6fef15 (diff)
downloadIronOS-49c80d2d3fa36de6b24d9fae07adf1db0f9c6dcb.tar.gz
IronOS-49c80d2d3fa36de6b24d9fae07adf1db0f9c6dcb.zip
Update OLED.hpp
Diffstat (limited to 'source')
-rw-r--r--source/Core/Drivers/OLED.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/Drivers/OLED.hpp b/source/Core/Drivers/OLED.hpp
index 3a353432..ee322815 100644
--- a/source/Core/Drivers/OLED.hpp
+++ b/source/Core/Drivers/OLED.hpp
@@ -104,8 +104,8 @@ public:
private:
static void drawChar(uint16_t charCode, FontStyle fontStyle); // Draw a character to the current cursor location
static void setFramebuffer(uint8_t *buffer);
- static uint8_t * firstStripPtr; // Pointers to the strips to allow for buffer having extra content
- static uint8_t * secondStripPtr; // Pointers to the strips
+ static uint8_t * firstStripPtr; // Pointers to the strips to allow for buffer having extra content
+ static uint8_t * secondStripPtr; // Pointers to the strips
static bool inLeftHandedMode; // Whether the screen is in left or not (used for offsets in GRAM)
static bool initDone;
static DisplayState displayState;