3 axis to display on 4X20 LCD
lasernerd
Posts: 7
Ok how can i get the LCD screen to display the data instead of the PC debug screen
bs2,4x20 LCD,H48C
bs2,4x20 LCD,H48C
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Do you have a serial or parallel LCD?
If you are using a parallel LCD it would me much easier and resourceful to use a serial LCD converter board from Modern Device Co. http://www.moderndevice.com/LCD.shtml
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
What if there was nothing? Nothing is something!
http://www.parallax.com/dl/docs/prod/audiovis/SICSerialLcd.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
What if there was nothing? Nothing is something!
I got a quick schooling there,but it is still not clear to me how to display the 3 axis data..
SEROUT pin#, baudmode, [noparse][[/noparse]DEC xaxis, DEC yaxis, DECzaxis]
Spend some time with PBASIC Help, specifically SEROUT.· If you need more details then upload your program as an attachment.