From: Jon Langseth Date: Thu, 27 Jun 2013 19:34:46 +0000 (+0200) Subject: oops X-Git-Url: https://git.defcon.no/?p=avrfbosd;a=commitdiff_plain;h=9292bac4f53b0cce7650109c74bdead272898f98 oops --- diff --git a/fbosd.c b/fbosd.c index e4524aa..6b96e9b 100644 --- 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 (;;) {