From 0f3a73025cc9213fe4c7727518402f533dcfd288 Mon Sep 17 00:00:00 2001 From: MakotoKurauchi Date: Fri, 22 Jun 2018 02:44:33 +0900 Subject: Fix Helix i2c wrong bit rate (#3207) --- keyboards/helix/ssd1306.c | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/helix/ssd1306.c') diff --git a/keyboards/helix/ssd1306.c b/keyboards/helix/ssd1306.c index b13060ef73..b3e55a67c2 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); -- cgit v1.2.3