Pinout

I came across some old LCD displays which wasn’t equipped with a display controller but only the LCD driver circuits. The label on the display read ‘LMG7410PLFC-A’ but I only got a hit matching ‘LMG7400PLFC’. This is the display which has the controller chip on and that datasheet are quite …

Continue reading

All circuits are GO!

As a short follow-up on the giant clock that has been lying dormant for some time now, a video of the start-up pattern and initial settings of the clock is now available. When the clock is started, the digit controllers run through all the numbers and finally they start listening …

Continue reading

Controller code

This is the code running on the segment driver controller boards: Main.c

and Main.h (This is not the right way to do it)

 

Continue reading

Controlling topology

The nature of the project makes several controlling choices ‘the obvious choice’. The clock only needs 28 outputs for segments and 1 for the ‘dots’ in the middle of the clock (the option to turn them on and off is nice to have). finding a microcontroller with 29 outputs is …

Continue reading

Making displays

This post will deal with the construction of the display segments. Not the individual strands of LEDs – they are done already. Instead the post will be about the casing that the segments will have. I started out by testing the Ledberg lamps (see previous post). Since it worked so …

Continue reading