Need help from LCD gurus... 26 pin 7 inch TFT, drive from prop or use a driver chip?
rwgast_logicdesign
Posts: 1,464
in Propeller 1
So rooting around through boxes I found an old raffle prize..... A multimedia picture frame! I turned it on and hit menu and it didnt seem to work, except the back light. I am not sure if the TFT is the problem or something else. It uses a "Zoran" CPU some DRAM and that's about it. The cool thing is LCD module (TFT and backlight) is available on ali baba and there are data sheets so it is common. The LCD is an InnoLux ATO70TN90, the datasheet is hosted on AdaFruit i am not sure why... I can not find a product using it. At first seeing it on AdaFruit I thought score Arduino Library lol.
Anyways I have no idea how to directly drive an LCD even looking at the data sheet..... My first question is could the prop directly drive this, and if so how well? Secondly would this interface to a more popular driver chip? If they answer to that is yes how would one go about figuring out compatibility? Im sorry I have never used a TFT LCD before only things like 16x2's with there common chip interface.....
I am working on a HUGE upgrade to the RTL-SDR dongle...basically making it in to a stand alone radio with DC-3ghz and tons of filters! I would like a cheap 5 inch plus screen such as this one to display menu's frequency information and FFT's but I am LCD clueless especially when you have a panel without a driver chip!
Anyways I have no idea how to directly drive an LCD even looking at the data sheet..... My first question is could the prop directly drive this, and if so how well? Secondly would this interface to a more popular driver chip? If they answer to that is yes how would one go about figuring out compatibility? Im sorry I have never used a TFT LCD before only things like 16x2's with there common chip interface.....
I am working on a HUGE upgrade to the RTL-SDR dongle...basically making it in to a stand alone radio with DC-3ghz and tons of filters! I would like a cheap 5 inch plus screen such as this one to display menu's frequency information and FFT's but I am LCD clueless especially when you have a panel without a driver chip!
Comments
I was really wondering if the prop could drive it bear because like I said the picture frame doesnt seem to work and I wanted a quick dirty way just to test the LCD, but im not even sure how the signaling works. I read the data sheet but for the first time I just felt stupid.... btw IDK how to do NTSC signaling either I just use library's for that stuff, keeping the V and H synced seems like more black magic than RF!!! Originally before I found out the frame didnt do much besides turn the back light on I would use a scope and LA on it to learn..... but thats not going to happen now.
The 4.3" Newhaven adapter for P1 that I made would also work with their 5" screen although it couldn't drive the backlight to full power.
Couple things I see there are that you'll need a lot of backlight power with 7" screen.
Also, you need to provide VGL and VGH voltages. Some LCDs include circuitry for this, some don't.
So, I think you could make it work, but it would take some effort...
An easier way might be to buy a display with an SSD1963 driver chip. I have Spin code on my website that can talk to that driver chip. I've seen boards around Ebay and Newhaven with that driver chip and the LCD and backlight all there.
It could be done, but imho it would require more time and effort than it is worth unless you are doing it as a learning project or plan to build displays as part of equipment to sell.
I will check out the SSD1936 this is what I was hoping to hear.... but I thought they only supported 40 pin LCD's adafruit sells a board with SSD controller that will drive any large tablet screen but it says 40 pin
ebay.com/itm/Screen-PCB-Adapter-Build-in-SSD1963-4-3-TFT-LCD-Module-Display-Touch-Panel-/310862159032?hash=item4860d41cb8:g:FUYAAMXQeKNTLQAr
If I could afford it this would probably be the better solution the screen is touch and im sure its better quality the is an old frame!
http://www.ebay.com/itm/7-7-inch-TFT-LCD-Module-Display-w-Multi-Capacitive-Touch-Panel-Screen-SSD1963-/301065867282?hash=item4618ec9012:g:a1gAAOxyRhBS0QoR
Part of the issue is the SDR im working on I want to be able to easily re assemble myself, and publish it open source using most manhattan friendly style parts that can be cheap. Till now the 2-5ghz converter was the only chip the would need either a custom pcb or at least a dip adapter. I wanted the LCD to be cheap and easily able to source. The one in the frame was just for prototyping ... I guess I need to do my research. Are there any chips that will drive a laptop LCD? Everyone can sourve those for free just about.