Exploring Text LCDs
I thought it'd be interesting to have a driver that works for all small text LCDs based on the , so decided to write a little test app that determines the mapping of the RAM to the screen characters.
Here is the test program:
The result is something like:
The idea is that you can identify which RAM address corresponds to the screen addresses based on the ascii character code!
The original forum post is at http://mbed.org/forum/topic/195/?page=1#comment-810
0 comments
You need to log in to post a comment