summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/ssd1306.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/ssd1306.c')
-rw-r--r--keyboards/helix/ssd1306.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/helix/ssd1306.c b/keyboards/helix/ssd1306.c
index b13060ef7..b3e55a67c 100644
--- a/keyboards/helix/ssd1306.c
+++ b/keyboards/helix/ssd1306.c
@@ -127,6 +127,7 @@ static int8_t capture_sendchar(uint8_t c) {
bool iota_gfx_init(bool rotate) {
bool success = false;
+ i2c_master_init();
send_cmd1(DisplayOff);
send_cmd2(SetDisplayClockDiv, 0x80);
send_cmd2(SetMultiPlex, DisplayHeight - 1);