]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lets_split/ssd1306.c
Move SSD1306 function declarations to header file
[qmk_firmware.git] / keyboards / lets_split / ssd1306.c
index a68165f8376f0b0928fbf75bcd169e49a6155831..76348ab7f2cbf16ca278e8497c8b474d5ddbb085 100644 (file)
@@ -1,8 +1,7 @@
+#include "ssd1306.h"
 #include "config.h"
 #include "i2c.h"
-#include <stdbool.h>
 #include <string.h>
-#include <stdio.h>
 #include "print.h"
 #include "lets_split.h"
 #include "common/glcdfont.c"
@@ -216,7 +215,7 @@ bool iota_gfx_init(void) {
 // the following Flip the display orientation 180 degrees
   send_cmd1(SegRemap);
   send_cmd1(ComScanInc);
-*/end flip
+// end flip */
   send_cmd2(SetComPins, 0x2);
   send_cmd2(SetContrast, 0x8f);
   send_cmd2(SetPreCharge, 0xf1);