I've been playing around with my CFA634 and have managed to write a socket based service that allows me to perform various functions on my display :-
Clearing the screen
Disabling wrapping
Setting text on specific lines
Scrolling (service controlled, not module controlled)
Flashing (service controlled, not module controlled)
Same line Flashing and scrolling
... and now I want to extend one of these functions to allow me to use CGROM characters.
I can't seem to get the data sent right to allow me to do this though, nor can I seem to get WinTest to display the relevant character.
For example, I want to display the 'right pointing arrow' (character 016) in column 0, line 0.
So I'm doing a set cursor position to the appropriate line/column, and then am sending bytes: 030 002 016 , which I was expecting to display this character. But it isn't.
I've obviously mis-understood how to do this, could someone please point me in the right direction?
Thanks
Clearing the screen
Disabling wrapping
Setting text on specific lines
Scrolling (service controlled, not module controlled)
Flashing (service controlled, not module controlled)
Same line Flashing and scrolling
... and now I want to extend one of these functions to allow me to use CGROM characters.
I can't seem to get the data sent right to allow me to do this though, nor can I seem to get WinTest to display the relevant character.
For example, I want to display the 'right pointing arrow' (character 016) in column 0, line 0.
So I'm doing a set cursor position to the appropriate line/column, and then am sending bytes: 030 002 016 , which I was expecting to display this character. But it isn't.
I've obviously mis-understood how to do this, could someone please point me in the right direction?
Thanks
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.