Page 1 of 2

FlipClock Configuration

Posted: Wed Feb 11, 2026 12:06 am
by esky-sh
Colors are defined in ARGB hex format. The first two digits after '0x' represent transparency ($00$ for transparent, $ff$ for opaque).

Code: Select all

pattern		= flip
time-format	= %r
font-desc	= Noto Sans SemiBold
canvas-color	= 0xffffffff
frame-color	= 0xffe0e0e0
digital-color	= 0xff000000

Options for Pattern

Posted: Wed Feb 11, 2026 12:10 am
by esky-sh
The pattern engine determines the rendering pipeline.

Code: Select all

# Defines the animation style for digit transitions.
# Options:
#   flip   - Classic mechanical flip-card animation.
#   slide  - Digits slide vertically into position.
#   rotate - Digits rotate along an axis.

Options for time-format

Posted: Wed Feb 11, 2026 12:14 am
by esky-sh

Code: Select all

# Sets how the time is displayed using standard strftime markers.
# Options:
#   %T - ISO8601 format (HH:MM:SS), e.g., 14:30:05.
#   %r - 12-hour format with AM/PM indicator.
#   %R - 24-hour format (HH:MM), e.g., 14:30.

Theme ALPS WINTER

Posted: Sun Apr 12, 2026 5:00 pm
by esky-sh

Code: Select all

pattern		= flip
time-format	= %r
font-desc	= Noto Sans SemiBold
canvas-color	= 0xFF000000
frame-color	= 0xFF101010
digital-color	= 0xFFFFFFFF

Theme ALPS WINTER 90

Posted: Sun Apr 12, 2026 5:02 pm
by esky-sh

Code: Select all

pattern		= rotate
time-format	= %r
font-desc	= Noto Sans SemiBold
canvas-color	= 0xFF000000
frame-color	= 0xFF101010
digital-color	= 0xFFFFFFFF
rotation	= clockwise

Theme ALPS WINTER ROTATE

Posted: Sun Apr 12, 2026 5:03 pm
by esky-sh

Code: Select all

pattern		= rotate
time-format	= %r
font-desc	= Noto Sans SemiBold
canvas-color	= 0xFF000000
frame-color	= 0xFF101010
digital-color	= 0xFFFFFFFF

Theme ALPS WINTER SLIDE

Posted: Sun Apr 12, 2026 5:04 pm
by esky-sh

Code: Select all

pattern		= slide
time-format	= %r
font-desc	= Noto Sans SemiBold
canvas-color	= 0xFF000000
frame-color	= 0xFF101010
digital-color	= 0xFFFFFFFF

Theme HEAVY MANGANESE

Posted: Sun Apr 12, 2026 5:06 pm
by esky-sh

Code: Select all

pattern		= flip
time-format	= %r
font-desc	= Noto Sans SemiBold
canvas-color	= 0xffffffff
frame-color	= 0xffe0e0e0
digital-color	= 0xff000000

Theme LAST SUMMER

Posted: Sun Apr 12, 2026 5:07 pm
by esky-sh

Code: Select all

pattern		= flip
time-format	= %T
font-desc	= Noto Sans SemiBold
canvas-color	= 0xffffffff
frame-color	= 0xffe0e0e0
digital-color	= 0xff000000

Theme SIMPLE MANGANESE RED

Posted: Sun Apr 12, 2026 5:08 pm
by esky-sh

Code: Select all

pattern		= flip
time-format	= %R
font-desc	= LCDMono2
canvas-color	= 0xffffffff
frame-color	= 0xffe0e0e0
digital-color	= 0xff000000