diff options
Diffstat (limited to 'source/Core/Drivers/OLED.cpp')
-rw-r--r-- | source/Core/Drivers/OLED.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Core/Drivers/OLED.cpp b/source/Core/Drivers/OLED.cpp index 7d641dbb..3d4ab111 100644 --- a/source/Core/Drivers/OLED.cpp +++ b/source/Core/Drivers/OLED.cpp @@ -6,6 +6,7 @@ */ #include "Buttons.hpp" +#include "Settings.h" #include "Translation.h" #include "cmsis_os.h" #include "configuration.h" @@ -32,7 +33,7 @@ uint32_t OLED::displayChecksum; * Data packets are prefixed with 0x40 */ I2C_CLASS::I2C_REG OLED_Setup_Array[] = { - /**/ + /**/ {0x80, OLED_OFF, 0}, /* Display off */ {0x80, OLED_DIVIDER, 0}, /* Set display clock divide ratio / osc freq */ {0x80, 0x52, 0}, /* Divide ratios */ |