소스 검색

OLED code cleanup

ishtob 8 년 전
부모
커밋
d1865db599
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      keyboards/lets_split/ssd1306.c

+ 1 - 1
keyboards/lets_split/ssd1306.c

@@ -216,7 +216,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);