General LCD question
tobdec
Posts: 267
Ive never programmed or hooked up an LCD in either parallel or serial on either the BS2 or my Prop. I was wondering if this would be simple to interface with either one since its basicly exactly what I wanted and a good price.
http://www.ebay.com/itm/Serial-Parallel-128x64-Dots-Graphic-LCD-Display-for-Arduino-AVR-PIC-White-Blue-/251051897547?pt=LH_DefaultDomain_0&hash=item3a73dbf2cb
http://www.ebay.com/itm/Serial-Parallel-128x64-Dots-Graphic-LCD-Display-for-Arduino-AVR-PIC-White-Blue-/251051897547?pt=LH_DefaultDomain_0&hash=item3a73dbf2cb
Comments
-- Gordon
Not with eight cores to play with. Look for one written in PASM if you need the speed, but it's typically not critical for LCD, Unless you're doing animation. With plain text the data overhead is quite small. Both Spin and PASM versions come with the Propeller Tool, and I'm sure there are others in the OBEX if you want to experiment some more.
Are you doing things in color or graphics? Consider a small LCD video unit -- one of those 3 or 4 inch jobs. A little more expensive than this LCD, but more colors. You can write text to it, animation, whatever. What Prop do you have? Some (like the Demo Board) have the RCA jack for video already on them. Even if your Prop doesn't have the jack, adding it and the the required three resistors is pretty easy.
If this is for the big bot you've been talking about, look at Parallax's 7" LCD screen. Put the screen at kids' eye level. Children love "talking" to robots.
-- Gordon
http://www.parallax.com/Store/Accessories/Displays/tabid/159/CategoryID/34/List/0/SortField/0/Level/a/ProductID/337/Default.aspx
If so I would have to interface an rca jack for s-video output from my understanding this would consume alot of resources on any chip.
Typically, a parallel display that is harder to interface costs $8-14, serial displays are usually $10-12 more than that. (parallax has a simple serial unit for $25, sparkfun has them in a variety of colors for $25) Those standard serial units have objects for them in the OBEX.
That's the one. The interface is NTSC composite video. While it uses an s-video style connector, it comes with adapter cables. All you need is a 50 cent RCA-to-RCA cable to go from a breadboardable RCA jack (Parallax sells these) to the display.
Resources: one cog, three pins on your Propeller. Each cog has its own video generator.
Read up a little more starting here:
http://www.parallax.com/portals/0/propellerqna/Content/QnaTopics/QnaVideo.htm
-- Gordon