Author Topic: TR707 LCD Replacement Project  (Read 2549 times)

0 Members and 1 Guest are viewing this topic.

Offline PeacefrogTopic starter

  • Contributor
  • Posts: 40
  • Country: us
TR707 LCD Replacement Project
« on: December 25, 2020, 07:50:41 pm »
I have an old Roland TR707 drum machine with a very faded LCD display, which seems to be a common problem per numerous threads on the internet.

I've tried to improve it (checking the voltages, cleaning the Zebra strips, replacing the polarising film, etc) but all to no avail - and given it's not backlit, I wondered if I could do better and replace it with something more modern.

It uses a HD61602 controller (service manual here: https://www.synthxl.com/wp-content/uploads/2019/07/Roland-tr-707-service-notes.pdf), and taking advantage of the Xmas break, I broke out the logic analyzer to understand the protocol. Things are actually pretty simple - each LCD segment corresponds to a bit in the controller ram, and a two byte sequence selects the address then the value to write.

The interface itself is comprised of Reset, Write Enable, and Chip Select lines along with an 8-bit data bus. I originally wondered if I could prototype an MCU-based translation using an Arduino Micro, but the period of the lines toggling is ~1us - which I believe to be too fast to monitor by GPIO interrupts (at least with this board).

I'm much more acquainted with software than hardware, but I think my options are therefore:

- Move to a beefier MCU (STM32?), although I'm wary of spinning monitoring interrupts when the display needs attention, too

- Look at building something with an FPGA

- Build hardware that could buffer the bus values so an MCU could interpret it at a more leisurely rate

- Per one of Dave's videos, look at designing a custom replacement LCD that works with the original controller (even if I have to design a new PCB)

Can anyone suggest better options? Thanks in advance!
« Last Edit: December 25, 2020, 07:59:54 pm by Peacefrog »
 

Online coromonadalix

  • Super Contributor
  • ***
  • Posts: 6299
  • Country: ca
Re: TR707 LCD Replacement Project
« Reply #1 on: December 25, 2020, 11:23:58 pm »
the lcd is specially made for the roland,  adding a beefier mcu wont help unless you need to reformat the data to fit say an t6963 lcd ?? and you may need a minus -12vdc to make them work on some models.

My guess would be to order a new lcd controller and see what the change will do ?


another small thread here
https://www.eevblog.com/forum/beginners/hd61602-lcd-driver-ready-pin/
 

Online coromonadalix

  • Super Contributor
  • ***
  • Posts: 6299
  • Country: ca
Re: TR707 LCD Replacement Project
« Reply #2 on: December 25, 2020, 11:25:02 pm »
 

Offline PeacefrogTopic starter

  • Contributor
  • Posts: 40
  • Country: us
Re: TR707 LCD Replacement Project
« Reply #3 on: December 25, 2020, 11:56:52 pm »
Thanks! Yeah - it's a custom LCD, so I'd have to recreate it, pins and all. That's why I headed for the MCU option; it'd act as an translator between the LCD controller commands and a modern LCD or OLED.

I guess I'm wondering - if I *did* want to translate the signals, 1 us interval and all: what's a solution that would cope with that signal speed?
 

Offline ozcar

  • Frequent Contributor
  • **
  • Posts: 326
  • Country: au
Re: TR707 LCD Replacement Project
« Reply #4 on: December 26, 2020, 12:02:14 am »
I guess I'm wondering - if I *did* want to translate the signals, 1 us interval and all: what's a solution that would cope with that signal speed?

How about a Teensy?

But...

The second link provided by Coromondalix says that there has to be a greater than 100 microsecond delay after an address/data pair of bytes is written. If your testing confirms that, perhaps you could latch the address and data in hardware, and have 100 microseconds to do something with them.

To adapt an old quote: "100 microseconds ought to be enough for anybody".
 

Offline DrG

  • Super Contributor
  • ***
  • !
  • Posts: 1199
  • Country: us
Re: TR707 LCD Replacement Project
« Reply #5 on: December 26, 2020, 12:33:30 am »
I don't have any better options in a realistic sense, but do take a look at this thread https://www.eevblog.com/forum/beginners/128-x-64-mystery-lcd-identify/50/ I think there was some agreement that it was a 1601 controller and not a 1602 - I'm also not sure what actually happened with the OPs project, but you might get some leads on possible substitutes
- Invest in science - it pays big dividends. -
 

Online coromonadalix

  • Super Contributor
  • ***
  • Posts: 6299
  • Country: ca
Re: TR707 LCD Replacement Project
« Reply #6 on: December 26, 2020, 03:44:18 am »
Maybe putting another lcd with the same chipset could be ok,  the characters mapping must be done by the main mcu ?? 

my 2 cents
 

Offline motosega

  • Newbie
  • Posts: 2
  • Country: it
Re: TR707 LCD Replacement Project
« Reply #7 on: June 27, 2021, 10:39:31 am »
resurecting an old post for a just cause:

i'm working a replacement tr707 screen at the moment, except with a pcb covered in smd leds, i already have working pcbs for the display

 if you'd like to get in touch we can share notes, i'm just starting to work on the decoding. my initial experiments are with an arduino but if it's not fast enough i have stm32 dev boards too. i'm optimistic that if i trigger an interrupt on the !CS line then i will be able to read the data before it's too late.

https://synth.ewancolsell.com/home/roland-tr707

i've been posting updates on the "music gear display retrofits" group on facebook:
https://www.facebook.com/groups/music.gear.display.retrofits/
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf