Hacking the display/touchscreen from a Magellan RoadMate.
JohnGay
Posts: 57
I just got a Magellan RoadMate with a broken power connector and thought I'd pull the display/touchscreen out of it and see if I could make it work.
The Part Number: TD035STEB1 returns exactly 1 page in Google, in chinese. There's a Word Doc that looks just like the web page and a PDF that comes up blank for me.
It's got a single flex connector with 50 contacts. 12 are not complete and divide the rest into groups. I'm hoping so poking around can render some clues. And maybe people familiar with these displays can shed some light and where and how to start.
I thought about going after the GPS as well, but there's only 1 large board and lots of shielding soldered down pretty good so I'm thinking that'll take more effort than just buying one for my QuickStart. My time's pretty expensive to me (-=.
Cheers,
John Gay
The Part Number: TD035STEB1 returns exactly 1 page in Google, in chinese. There's a Word Doc that looks just like the web page and a PDF that comes up blank for me.
It's got a single flex connector with 50 contacts. 12 are not complete and divide the rest into groups. I'm hoping so poking around can render some clues. And maybe people familiar with these displays can shed some light and where and how to start.
I thought about going after the GPS as well, but there's only 1 large board and lots of shielding soldered down pretty good so I'm thinking that'll take more effort than just buying one for my QuickStart. My time's pretty expensive to me (-=.
Cheers,
John Gay
Comments
But, you can still check out my 4.3" and 3.5" display solutions for Propeller on my website...
I also have a new SSD1963 adapter and driver that can drive these screens in full, 24-bit color...
I have a prototype adapter for Samsung and Newhaven 4.3" LCDs. But, maybe you could find an adapter and wire something up for yourself...
microcross.com/TD035STEB1_Product_Specification_Ver_03.pdf
The dumbest way to drive this would be bit-bang it with 24 data lines from my prop. Or find a driver chip that talks this display's language. Either way, it should be fun hacking this and seeing how it works.
Cheers,
John Gay
I think Ray doesn't use all the bits for RGB lines so he saves some pins. I think the Prop has a hard time keeping an 18 bit color image in RAM anyway so you losing a few bits might save both pins and memory.
I just recently delved into driving these with SSD1963 chips for 24-bit color display. This adds quite a bit to the cost though...
Maybe one cog can fetch a line at a time from a buffer?
As far as just driving fewer bits, wouldn't that mean the colors would be wrong? If the LCD expects 6 bits per color, I can't just drive 3 bits without the color being offset, right?
I'm still trying to budget for rayman's 3.5" display, but my financial advisor hasn't approved the purchase yet.
Also, if you don't need the "touch" part, I'm about to sell new NewHaven 4.3" screens (no touchscreen) and breakout at a very low price too...
Whole
Income
Financial
Evaluator
Who fails to see any value in these gadgets I like to buy. Especially when I then want to buy add-ons to go with them. But I'm still working on adding to my QuickStart bit by bit.