From: Theo S. <th...@sc...> - 2006-02-25 15:42:44
|
Hi, i changed in the function drv_LUIse_blit if (drv_generic_graphic_FB[r * LCOLS + c]) { to if (drv_generic_graphic_gray(r,c)) { same as in drv_Sample.c But i was unable to show something on my LCD, so i insert: color = drv_generic_graphic_gray(r c); info ("gray: %d / Col %d / Row %d / Hi %d / Wi %d", color, c, r, height, width); and change the conf to only show one line with date. gray is allways 255? The other values are seem to be ok. mfg Theo |