just tried it, compiler returns no errors but when uploaded it doesnt work.
I find it strange that this displays something on the LCD
but this leaves me with a blank screen
I may have to try and work out another approach. this should work fine but doesnt.
I find it strange that this displays something on the LCD
Rich (BB code):
G=6;
PixelRow = FONT16x32[1][G];
Rich (BB code):
G=31;
PixelRow = FONT16x32[1][G];
G--;