Goal: Write a program that displays a LCD style digital clock.
Part 1
Write a program that given a number (with arbitrary number of digits) or a separator, converts it into LCD style numbers using the following format:
-- -- -- -- -- -- -- --
| | | | | | | | | | | | | | .
-- -- -- -- -- -- --
| | | | | | | | | | | | | .
-- -- -- -- -- -- --
Part 2
Change your program to support variable scale of the digits. For example,
scale = 2
----
|
|
----
|
|
----
Digital Clock
Run composer run-script time
to display a digital clock in your terminal.