X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fcrkbd%2Fssd1306.c;h=b8f9512e3fb0e27cafe44f1758d5813dcb8f9a88;hb=f1003aaccfdd4210103e796206e6ac40285dab5b;hp=d07900119946d4fee0de282e97590bc867267aa3;hpb=710937e4ef1e14d82261fc439aa6fcfcdbd64bf5;p=qmk_firmware.git diff --git a/keyboards/crkbd/ssd1306.c b/keyboards/crkbd/ssd1306.c index d07900119..b8f9512e3 100644 --- a/keyboards/crkbd/ssd1306.c +++ b/keyboards/crkbd/ssd1306.c @@ -123,6 +123,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);