Skip to content

Modern look for binary clock (and simplification of its code)

Bharadwaj Raju requested to merge work/bharadwaj/modern-binary-clock into master

Get rid of the squares and grid background, use circles and a transparent background instead.

Replaced ~200 lines of repeated dot positioning code with one GridLayout.

Before After
Screenshot_20231124_231754 Screenshot_20231124_231116

Merge request reports