From 9292bac4f53b0cce7650109c74bdead272898f98 Mon Sep 17 00:00:00 2001 From: Jon Langseth Date: Thu, 27 Jun 2013 21:34:46 +0200 Subject: [PATCH] oops --- fbosd.c | 16 ---------------- 1 file changed, 16 deletions(-) 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 (;;) { -- 2.39.2