Dee Newcum
New member
I'm trying to write to DDRAM, but the characters aren't what I want to be displayed.
I'm using 4bit mode, and I'm using a NXP KL82 microcontroller.
Attached is my code,
- When I write to position 0, it always comes out as character 0xF0, regardless of what character I write
- When I write to position 1, it always comes out as character 0xF1
- When I write to position 2, it always comes out as character 0xF2
- When I write to position 3, it always comes out as character 0xF3
- ...
- When I write to position 0x40, it always comes out as character 0xF0
- When I write to position 0x41, it always comes out as character 0xF1
- When I write to position 0x42, it always comes out as character 0xF2
- ...
I'm using 4bit mode, and I'm using a NXP KL82 microcontroller.
Attached is my code,
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
Attachments
-
3 KB Views: 215