]> git.defcon.no Git - avrfbosd/commitdiff
oops
authorJon Langseth <jon.langseth@lilug.no>
Thu, 27 Jun 2013 19:34:46 +0000 (21:34 +0200)
committerJon Langseth <jon.langseth@lilug.no>
Thu, 27 Jun 2013 19:34:46 +0000 (21:34 +0200)
fbosd.c

diff --git a/fbosd.c b/fbosd.c
index e4524aaf52bd339ea1f9cb2894cc2b93bbfa5407..6b96e9bfc4432e38127ccc634400fb27065f111c 100644 (file)
--- a/fbosd.c
+++ b/fbosd.c
@@ -192,22 +192,6 @@ int main(void)
                Delay_ms(250);
        }
 */     
-
-       for (int q = 0; q < font_height; q++ )
-       {
-               //for (int r = 0; r < font_width; r++ )
-               //{
-                       uint8_t t = pgm_read_byte(&(font[0][q]));
-                       screen_buffer[q*hres_bytes+3+hres_bytes] |= t;
-                       
-                       t = pgm_read_byte(&(font[1][q]));
-                       screen_buffer[q*hres_bytes+5+hres_bytes] |= t;
-
-                       t = pgm_read_byte(&(font[2][q]));
-                       screen_buffer[q*hres_bytes+6+hres_bytes] |= t;
-
-               //}
-       }
        
        for (;;)
        {