How do I program an LCD using Propeller C?
ValeT
Posts: 308
I have looked around a little on Learn.Parallax.com, and can't find a way to program an LCD using Propeller C. I have found the place that you go to program an LCD, but it doesn't contain anything about programming it in C.
Can anybody here guide me in the right direction?
Thanks,
ValeT
Can anybody here guide me in the right direction?
Thanks,
ValeT
Comments
I have now checked and know it is serial, so I will just use the serial library to communicate with it.
For those using parallel character LCDs (aka, the HD44780 standard), feel free to use PropWare's HD44780 object! It makes using them really simple and easy!
Class documentation: http://david.zemon.name/PropWare/classPropWare_1_1HD44780.html
Example program: http://david.zemon.name/PropWare/HD44780__Demo_8cpp_source.html