Monday, March 11, 2024

🖥 BAM LED Clock

This LED Clock shows how to use BAM's 8x8 characters as templates for drawing the digits of the clock.

It is possible to alter the colors (the outer border color of digits and the inner color of digits) by adding "ocolor" (the outer color) and "icolor" (the inner color) parameters to the URL.

For example: https://basicanywheremachine.neocities.org/sample_programs/LED%20Clock.prod.run?ocolor=20&icolor=50



No comments:

Post a Comment

🖥 Flower Tesselation: Testing DRAW and recursive SUB's

This BAM program inspired by Richard Russell's "Flower-like tesselation" BBC BASIC program posted on Facebook . Created in ord...