Color LCD Retrofit Kit for SE/30 by ZigZagJoe

Dave928

Tinkerer
Sep 17, 2024
43
33
18
Seattle, USA
yeah adding the pot to the zzj analog board is a PITA. i'll probly just hot glue mine into the hole. i wont ever really need it.
 
  • Like
Reactions: JDW

JDW

Administrator
Staff member
Founder
Sep 2, 2021
2,326
1,884
113
54
Japan
youtube.com
yeah adding the pot to the zzj analog board is a PITA.
The video I'm making won't eliminate the bother of buying the parts, but the installation has now become much more straightforward. Reading the documentation had me worried, but in the end, I figured out the most streamlined way of doing it. With that said, it would be great if the parts could be included with the LCD Kit in the future. That way, everyone could have the same parts and follow the video instructions more easily.

The LCD is the perfect brightness for a normal lit room during the day. But when you stay up in the wee hours of the night, especially if you have bedroom light dimming like I do, being able to dim your LCD is important.

Perhaps one of the biggest uses I get out of the brightness knob is when I need to start a multi-hour MacBench session just before I go to sleep, and I want to keep the brightness down low (but not off), so I can check the display now and then but not be prevented from sleeping due to an overly bright screen.
 

cluster_fsck

New Tinkerer
Oct 9, 2022
10
3
3
This kit is amazing and I need to get one. Would it be possible to control the screen’s brightness through software? I need to dive into the kit’s BOM…I wonder if it’d be possible to mimic a PowerBook screen to MacOS and use the Brightness control panel, or write a replacement.
 
  • Love
Reactions: JDW

zigzagjoe

Tinkerer
Sep 10, 2024
19
30
13
This kit is amazing and I need to get one. Would it be possible to control the screen’s brightness through software? I need to dive into the kit’s BOM…I wonder if it’d be possible to mimic a PowerBook screen to MacOS and use the Brightness control panel, or write a replacement.
You would need to add your own circuit with a 10k digital potentiometer and a way to interface it to the Mac. Most digital pots use an I2C interface which does not exist on any 68k machine, however, there are a couple of unused VIA bits on the PDS which could perhaps be used for a bit-banged implementation.
 
  • Like
Reactions: JDW

David Cook

Tinkerer
Jul 20, 2023
92
115
33
You would need to add your own circuit with a 10k digital potentiometer and a way to interface it to the Mac. Most digital pots use an I2C interface which does not exist on any 68k machine, however, there are a couple of unused VIA bits on the PDS which could perhaps be used for a bit-banged implementation.

What about ADB instead? Solder to the internal pads. Include a temperature monitor, fan controller, and brightness control.

Edit: Additionally, this would work on any ADB Mac. And, other kits can be added to the ADB chain.
 
  • Like
Reactions: JDW