Things are getting better, but not yet solved.
I'm now able to display a picture .
I'm not sure to be right, but i tried to change the display mode inside :
void GLCD_Write_Data
and
unsigned char GLCD_Read_Data(void)
I think ( but not sure ) GLCD display modes are as follow :
dat=GLCD_Data^0xff; // inverse display mode
dat=GLCD_Data; // regular display mode
Now i'm able to display Pommie's logo white on black
but i'm not able yet to display it black on white
vlines and hlines are still not working at all, maybe a display issue from plot function ?
Here is the modified project with these modifications.
I'm now able to display a picture .
I'm not sure to be right, but i tried to change the display mode inside :
void GLCD_Write_Data
and
unsigned char GLCD_Read_Data(void)
I think ( but not sure ) GLCD display modes are as follow :
dat=GLCD_Data^0xff; // inverse display mode
dat=GLCD_Data; // regular display mode
Now i'm able to display Pommie's logo white on black
but i'm not able yet to display it black on white
vlines and hlines are still not working at all, maybe a display issue from plot function ?
Here is the modified project with these modifications.
Attachments
Last edited: