Anthony Simpson
New member
Im using the CFAG320240cx trying to display the sample code supplied to me. but I'm getting this screen instead of the normal flash screen.
When I just write the text part of the code I get the same screen unless I clear the two splash screens with a write_data(0) command.
This gives me this:
I haven't changed anything else and I'm rather confused. Any help would be appreciated.

When I just write the text part of the code I get the same screen unless I clear the two splash screens with a write_data(0) command.
Code:
write_data(display[row][col]); to write_data(0);

I haven't changed anything else and I'm rather confused. Any help would be appreciated.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.