large Digital Clock

Contributions to this software library are always welcome. Please ensure that you post program listings rather than .raw files. They give a reasonable idea of what your program does without having to load them into a DM42 and you can also include comments in your code. Check out the following link for a decoder/encoder: https://technical.swissmicros.com/decoders/dm42/

You can then copy/paste the listing and post it in "code" tags.
Post Reply
arhtur
Posts: 5
Joined: Mon Feb 22, 2021 3:18 am

large Digital Clock

Post by arhtur »

This program will display a large digital clock on the screen using GrMod 2. You must have both dclock.raw and digi.raw loaded. If you run DCLK, it will call DIGITS.

After uploading the file, I realized there are 2 lines to add (if flags 34 and 35 are ever used by other programs)

After LBL "DCLK", put:

CF 34
CF 35
Attachments
dclock.raw
(320 Bytes) Downloaded 133 times
digi.raw
(406 Bytes) Downloaded 131 times
Last edited by arhtur on Wed Mar 03, 2021 4:19 am, edited 1 time in total.
User avatar
Calambres
Posts: 48
Joined: Wed Dec 16, 2020 6:49 pm
Location: Madrid, Spain
Contact:

Re: large Digital Clock

Post by Calambres »

Nice! 8-)
Post Reply