I have the CFAG320240C display with the Espon controller... using it with the PIC18f4520.
I have it initialized, one text and one graphics layer. I can write a sentence, fill the whole screen with a character, etc, but I can only write to the screen once. If I want to write to it starting at a particular position, then try to do another write after that it doesn't work!
I'll post code if it will help, but I was just wondering if there is something that needs to be reset, cleared, etc before I can do another write. Also what do I use the WAIT line for, because I'm not using it right now and I didn't see it used in the initialization examples...
Thanks!
PS: I'll be posting the code once I get it working completely anyway just as a reference for people who got as frustrated as I did trying to get this thing initialized :/
I have it initialized, one text and one graphics layer. I can write a sentence, fill the whole screen with a character, etc, but I can only write to the screen once. If I want to write to it starting at a particular position, then try to do another write after that it doesn't work!
I'll post code if it will help, but I was just wondering if there is something that needs to be reset, cleared, etc before I can do another write. Also what do I use the WAIT line for, because I'm not using it right now and I didn't see it used in the initialization examples...
Thanks!
PS: I'll be posting the code once I get it working completely anyway just as a reference for people who got as frustrated as I did trying to get this thing initialized :/
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.