Shop OBEX P1 Docs P2 Docs Learn Events
Hacking the display/touchscreen from a Magellan RoadMate. — Parallax Forums

Hacking the display/touchscreen from a Magellan RoadMate.

JohnGayJohnGay Posts: 57
edited 2012-04-06 10:13 in Propeller 1
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

Comments

  • RaymanRayman Posts: 14,842
    edited 2012-04-05 09:04
    John, if it was a Tom Tom, I might have had something for you...

    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...
  • darrenodarreno Posts: 16
    edited 2012-04-05 09:36
    I found a pdf for the TD035STEB1 with all the pinouts and timings.

    microcross.com/TD035STEB1_Product_Specification_Ver_03.pdf
  • JohnGayJohnGay Posts: 57
    edited 2012-04-05 13:25
    OK. So it's got 6 bits each for RGB, a video clock input, Data Enable, 4 pins for the touchpad and a pair of backlight LEDs. Power seems to be +12V, -6.5V, 5V and 3.3V.

    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
  • Duane DegnDuane Degn Posts: 10,588
    edited 2012-04-05 13:54
    JohnGay wrote: »
    OK. So it's got 6 bits each for RGB, a video clock input, Data Enable, 4 pins for the touchpad and a pair of backlight LEDs. Power seems to be +12V, -6.5V, 5V and 3.3V.

    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.
  • RaymanRayman Posts: 14,842
    edited 2012-04-05 15:38
    Very true... For most of my stuff, I just use a modified version of the VGA driver to give a 6-bit display, just like you get with VGA (just at lower resolution).

    I just recently delved into driving these with SSD1963 chips for 24-bit color display. This adds quite a bit to the cost though...
  • JohnGayJohnGay Posts: 57
    edited 2012-04-06 07:49
    Well, I'm new to driving displays like this. At 240x320x18 pixels is quite a bit.
    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.
  • RaymanRayman Posts: 14,842
    edited 2012-04-06 08:52
    The "used" 4.3" screen+breakout is pretty well priced, you might take a look at that one...
    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...
  • JohnGayJohnGay Posts: 57
    edited 2012-04-06 10:13
    Yes, I'd been looking at that one too. Actually, I was referring to my:
    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.
Sign In or Register to comment.