Stopwatch which displays time in 7 segment characters similar to vintage equipment.
The 7 segment characters are drawn using the function
kandinsky.fill_rect()
A Python dictionary contains the information that decides which segments should be visible when displaying a certain character. The on/off state is stated as boolean literals True or False.
The position and orientation of the 7 segments is kept in a nested tuple.
The script also uses the time and ion libraries.
Tested on the calculator using software version 23.2.6.