Now it is time to address the screen issues.
There are three things I need to do:
- Check the problem with the vertical lines
- Check the problem with the bottom part of the screen not showing some vertical lines
- Find a way to remove the hinges
First, I needed to remove the back cover of the screen (the one that says "Atari"). Robson mentioned that the two parts (the back cover and the front with the LCD) are hold together by plastic tabs along the edge and, starting from either side of the "lock" of the lid, carefully separate the tabs with a plastic tool. I was nervous about this step, but it turns out not that difficult. One thing to keep in mind is to move the support (that attaches the LCD screen to the main body of the computer) and the LCD screen to a "close" position, so the back cover can be remove easily once the tabs are separated. As a reference, here it is a picture and the pink papers show the location of each one of the tabs to be disengage:
s_PXL_20240623_023758145.jpg
Without the back cover, you can see that each hinge has 4 screws (plus the 2 screws each, from the other side). You need to remove all 12 screws, remove the plastic caps on each side (one allows the cables to pass through) and then wiggle each hinge out. Here are some pictures, including one hinge already removed:
s_PXL_20240623_033438323.jpg
s_PXL_20240623_033405596.jpg
So, now, the bottom support can be removed and appreciate the damage:
s_PXL_20240623_134514683.jpg
Those two holes there should have bronze inserts to hold screws of the right hinge. That needs to be fixed with something that will hold the mechanical pressure/stress of the spring of the hinge.
But now I can focus on the electrical problems in the screen.
As mentioned in the article about the
weak display and bars, the capacitors of the LCD screen leaked:
s_PXL_20240623_024425006.jpg
s_PXL_20240623_024358483.jpg
s_PXL_20240623_024351761.jpg
So, I disconnected the ribbon cable connecting the screen to the small PCB, removed the metal grid that supports the actual screen to the plastic frame, and very carefully removed the LCD to work on it:
s_PXL_20240629_145650675.jpg
On the back, I could see some brown looking liquid:
s_PXL_20240629_145703175.jpg
Was that also the leaking from the caps? Not sure, but I lifted the clear protection and, using alcohol and a cotton swab, I cleaned it up.
As suggested in the article, the best way to remove those leaking caps is actually cut their terminals as close to the caps as possible, and then remove the terminals from the PCB contacts carefully. After removing, cleaning and installing the new caps, it looked like this:
s_PXL_20240629_145125725.jpg
As a reference, these are the caps I used:
4x
https://www.digikey.com/en/products/det ... 220/160547
1x
https://www.digikey.com/en/products/det ... 0B/6194660
1x
https://www.digikey.com/en/products/det ... 4R7/160576
I did, also, bought these ones to see if they fit:
https://www.digikey.com/en/products/det ... 03/5728008
https://www.digikey.com/en/products/det ... 01/5728006
https://www.digikey.com/en/products/det ... 04/5728044
It turns out that the SMD caps are about half millimeter taller than the through hole ones (when these ones are installed sideways). Because I was lazy and I did not wanted to check if that half millimeter would fit, I just used the ones you see installed.
At this point I tried the LCD screen again, and the caps replacement solved the problem with the weakness of the screen and the vertical lines on the top of the screen, but not the problem of the bottom half of the screen. So, I needed to dig deeper and understand how this LCD screen worked.
The LCD screen is an Epson ECM-A0572. It seems that it was exclusively used for this notebook, because many people have tried to find if other devices used it, but no luck. And, unfortunately, there are no schematics about it.
Looking and looking, I found the datasheet of the
Epson SED1355 LCD controller, that made me understand how this LCD works and, possibly, the problem I was having.
It turns out that the LCD screen used in the ST Book is an "8-bit dual monochrome passive LCD": "passive" because it does not have a backlight, "monochrome" because it only has pixels that are on or off. The very interesting part is the "8-bit dual": it means that the data is transmitted using 8 lines (8-bits), but separated in 4 bits for the top half of the screen (the UD0 to UD3 lines from the Shadow IC) and 4 bits for the bottom half (the LD0 to LD3 lines from the Shadow IC). There is a timing diagram that explains how the data is transmitted, but basically it send several 8 bits of data (4 for the top, 4 for the bottom, and each bit represents one pixel) to complete 2 lines (one top, one bottom).
If you look carefully at the closeup picture of my bottom screen, that I posted before, there is a pattern on each line, showing two pixels and then not showing two pixels... So, a pattern of 4 bits.
Looking at the PCB of the LCD screen, there are 4 ICs: one Epson, one C324G (and amplifier, I'm guessing to control the brightness of the screen) and two 74HC365... one located to closer to the top of the screen, and one closer to the bottom. Tracing the LD lines, they all go to IC2, that looks very crusty, I assume because of the leaking of the caps close to it.
Using the oscilloscope, this is what I saw (yellow is the input to IC2, blue is the output from IC2; they should be the same):
LD0:
IC2_LD0.jpg
LD1:
IC2_LD1.jpg
LD2:
IC2_LD2.jpg
LD3:
IC2_LD3.jpg
There you have it: evidence that IC2 is not working properly. I used kapton tape to protect everything around it and, using a reworking station with hot air, removed it, cleaned the area:
s_PXL_20240705_023910556.jpg
and installed this part:
https://www.digikey.com/en/products/det ... NSR/476057. It worked!!!
s_PXL_20240713_140829285.jpg
If anyone is experiencing a similar problem, but in the top part of the screen, you need to replace IC3 (it is not labeled in the PCB, but it is the IC above the JP1 label):
s_PXL_20240705_154801124.MP.jpg
I think the only thing left to test, related to the electronics, is the keyboard. I know that some keys work, but I have not tested all of them.
And now I can focus on repairing the case. :-)
So, at this point, we are up to date on the repairs. That means that I will only update when there is something interesting to report.
Andres.