Notifications
Clear all

Controlling the tiniest LCD with an ESP32/Arduino

18 Posts
5 Users
5 Likes
932 Views
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 7026
 

@davee Here is a better view of the device, what can you tell me about this? Still trying to date it.

Β This is a 1990 device. The year can only go from 1990 to 2019. I think there were others before this as well, still looking. I can find 1970's versions of this kind of device but nothing before at least not yet. Therefore that chip like looking part visible in this photo is some sort of clock chip. The OP's images are incomplete so can't tell if it's on the other side or not.

Screenshot 2022 12 02 at 09.40.26

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote
Nicolas
(@nicolas)
Member
Joined: 2 years ago
Posts: 9
Topic starter  

Hello,

Β 

You totally lost me here πŸ˜€

Indeed @zander this video might help you better understanding the electronics :

This is from a Minolta F20R (I'm sharing more photos at the end of this post since you all seem very curious :))

What I shared is only the opaque screen, for the moment I'm not interested in the light bulb shining though it or the other screen and buttons used to select the date.

As @davee said the contacts between the screen and the pcb are made via very tiny zebra connector

Β 

And as @zander pointed out most of these date modules don't go further than 2019 so my initial thought was to control those "expired" date modules LCD with an arduino so I can "recycle" them to push the date limit further.

From what I understood it won't be easy πŸ˜€

Β 

signal 2022 12 02 190339 002
signal 2022 12 02 190339 003
signal 2022 12 02 190339 005
signal 2022 12 02 190339 004

   
Inst-Tech reacted
ReplyQuote
(@davee)
Member
Joined: 3 years ago
Posts: 1697
 

Hi @nicolas,

Β  As I expected, there is a 'chip' to drive the LCD .. buried under a rectangular mound of black gunge, shown towards the top-middle part of the photo. It will be a custom chip - possibly directly attached and connected as an 'unpackaged' silicon chip to the board, and then covered with black stuff for protection and mechanical strength.

Sorry, but driving the LCD fromΒ  microcontroller is feasible, assuming the LCD itself is still functional, but not a 5 minute job.

To do it 'directly', the microcontroller will need to produce about 37 logic signals, albeit shift registers or equivalent could be used, but then each signal will need to produce to appropriate voltage 'on' and 'off' levels, and the polarity will need to swapped many times per second .. hence, the need for chip designed for the job.

The chip I referenced, appeared to produce LCD voltage waveforms, and reduced the microcontroller pin count requirement by including a serial interface, making the proposition somewhat more practical.

Good luck, whatever you decide to do. Dave Β  Β 


   
Inst-Tech reacted
ReplyQuote
Page 2 / 2