]> mj.ucw.cz Git - home-hw.git/blobdiff - Src/display.c
...
[home-hw.git] / Src / display.c
index 8c615425f08da8cafec1e7f737c1ebb2eb43cb35..a8aecf3db468c6def128af853b2000f74e65f020 100644 (file)
@@ -120,11 +120,7 @@ void display_init(void)
       display_cmd(SSD1306_SETLOWCOLUMN);
       display_data_start();
       for (uint i=0; i<128; i++)
-       {
-         byte x = 0xaa;
-         // x = Gentium23x32[(23*4+1)*(i/23) + 1 + 4*(i%23) + p];
-         display_data(x);
-       }
+       display_data(0);
       display_data_end();
     }
 }