Big Maclock. A software inspired version of the desk toy clock

  • Nominations will close March 25th. If you'd like to join the board and influence how TinkerDifferent runs in the next year, put your name in now!
  • Hey Guest, MARCHintosh 2026 is upon us. Check out community projects, join GlobalTalk, and have fun!

RetroTheory

Tinkerer
Oct 17, 2021
87
146
33
Since I posted the source code on github, I thought Id make this new post


20260301_172259.jpg


I made a program with Retro68 cross compiler with a strange likeness to the like clock Maclock. Watch out for the clock bug, where DAY does not match date. I find 1998 works for this year. @This Does Not Compute gave me the idea when he converted the clock into a vintage Mac, I wanted to see if I could do the opposite. I'm sure this will run on his tiny 'Mac' and restore Maclock function :) Source code added.

Features:
  • Large digitized time display with blinking colon.
  • Date and Day of the week in a custom small font.
  • Double-buffered rendering for a flicker-free experience.
  • Inversion and Gray Background modes for different lighting conditions.
  • Alarm system with customizable time and multiple alert sounds.
  • Face mode (Happy Mac) toggle.
  • Dynamic Resolution Scaling: Automatically detects screen size (Compact Mac 512x342 vs. Hi-Res 640x480) and scales the digits and layout to fit.

Keyboard Shortcuts:
  • 'H': Toggle Happy Mac mode.
  • 'I': Toggle Inverted display (Black background).
  • 'G': Toggle Gray background.
  • 'Q': Quit the program.

20260301_172552.jpg
 
  • Like
Reactions: JustG