OS
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by OS-
Hi again.Luckily I found my mistake why I could not write data to CGRAM.In the function data_write() the RW signal was wrong, RW_HIGH should be RW_LOW. Unfortunately we really need to set more t...
-
Ok, I found out a new thing: it is possible to show a character and a cursor at one position at the same time. But one more question: Is it possible to deactivate the auto increment of the cursor?...
-
Hi again.I think my problem is done. It seams as if I had a wrong idea of how the cursor works.It is not possible to show a character and a cursor at one position at the same time, is this correct?...
-
Hello.One more notice: When I send command(0x01) to clear the display, the text is erased but the cursor is visible again (at first position).What am I doing wrong?
-
Hello.In the init function it is " command(0x0C); //fund. com. set: display ON:0C".Later I send command(0x0E) for turning the cursor on. That works fine.Moving the Cursor with command(0x14) works a...