lcd and picaxe

BeanieBots

Moderator
Buy the AXE033 and read the manual.
Very easy, you have the option of using it with I2C or serial. If you are a complete novice, I would suggest that you use serial.
 

Tom2000

Senior Member
I'm surprised hippy hasn't dropped by to promote his excellent tutorial on using LCDs with the Picaxe. He's made the task simple and goofproof.

Since he's too modest to toot his own horn, I guess I have to do it for him. :)

<A href='http://www.hippy.freeserve.co.uk/picaxelc.htm' Target=_Blank>External Web Link</a>

Have fun!

Tom
 

Tom2000

Senior Member
<i>&quot;Using Hippy's code, how do I output a variable?&quot; </i>

You need to convert the variable's value to ASCII, then send it to the LCD digit by digit.

Tom


Edited by - Tom2000 on 03/09/2007 07:41:13
 

sevs3

Member
Thanks Tom

I worked it out not long after i posted the question.

My next mission is to develop a basic menu system.
 
Top