Looking for a fairly large LCD display.
Mike B.
Posts: 31
I am looking for a display to use with my submarine project.· I have a Scott Edwards 4 X 20 display and it works fine.· I'd like something 2,3,4 times bigger that is serial, monochrome is fine and don't really need graphics capability.
· I have had my eye on the 7" display that Parallax sells (item 603-32000, "Mini LCD A/V Color Display") however unlike almost everything on the website I don't see any Prop software or doc's on how to talk to it.
· I bought a 5" display off Ebay hoping to be able to figure out how to talk to it but have been unable to find any doc's on it so it may be a "pretty to look at" display for my junk box.
· What say Prop experts??
Mike B.
· I have had my eye on the 7" display that Parallax sells (item 603-32000, "Mini LCD A/V Color Display") however unlike almost everything on the website I don't see any Prop software or doc's on how to talk to it.
· I bought a 5" display off Ebay hoping to be able to figure out how to talk to it but have been unable to find any doc's on it so it may be a "pretty to look at" display for my junk box.
· What say Prop experts??
Mike B.
Comments
www.parallax.com/StoreSearchResults/tabid/768/txtSearch/backpack/List/0/SortField/4/ProductID/602/Default.aspx
I've used an Axion 7" TV as a display with several different Prop boards and it seems to work nicely.
Post Edited (Mike Green) : 7/18/2010 3:51:20 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Leon Heller
Amateur radio callsign: G1HSM
Mike B.
I'll be using data radios on the 430 mhz ham bands here for the control of the submarine.· 50 miliwatts to 5 watts in 256 steps.
Mike B.
Mike B.
How deep will that work?
73
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Leon Heller
Amateur radio callsign: G1HSM
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit some of my articles at Propeller Wiki:
MATH on the propeller propeller.wikispaces.com/MATH
pPropQL: propeller.wikispaces.com/pPropQL
pPropQL020: propeller.wikispaces.com/pPropQL020
OMU for the pPropQL/020 propeller.wikispaces.com/OMU
pPropellerSim - A propeller simulator for ASM development sourceforge.net/projects/ppropellersim
While pin hungry it is rather good, and with a little bit of backlight it is ok also in direct sunlight. Not very fast, on the hother hand.
It requires 5V and GND.
Ray posted a sample code on his site.
www.rayslogic.com/propeller/3rdPartyHardware/3rdPartyHardware.htm
I made a couple of modifications and he accepted me to post it to obex. The obex driver can use a buffer, the propeller ROM fonts, so you can have big font, also using inverted field (ok when in direct sunlight).
Massimo
I have attached (I think) two photos of the mystery display.· It uses Sanyo chips and I think the display is 320 X 240.· (four chips X 80 plus three chips X 80.
Mike B.
John Abshier
Then, using maybe the code I posted propeller.wikispaces.com/MonoLCD640, modified so it only outputs 320 pixels instead of 640 and generating the M signal (just a square signal that changes polarity when the LOAD signal rises) you should be able to drive it. Be aware that the bias voltage shuld only be applied when all other signals are in place. Be sure to turn off the bias when no power is connected because the driver ics get damaged. I have a similar display in my hands www.pollin.de/shop/dt/Mzk0OTc4OTk-/Bauelemente/Aktiv/Displays/LCD_Modul_WINTEK_WD_H3224V.html that I need in working this weekend. I'll use as a basis the software of the 640x480 LCD.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit some of my articles at Propeller Wiki:
MATH on the propeller propeller.wikispaces.com/MATH
pPropQL: propeller.wikispaces.com/pPropQL
pPropQL020: propeller.wikispaces.com/pPropQL020
OMU for the pPropQL/020 propeller.wikispaces.com/OMU
pPropellerSim - A propeller simulator for ASM development sourceforge.net/projects/ppropellersim