Skip to content

New Share your ideas with the AWTRIX community. Keep your creations together in your account.

Sign in
Clock_S - Customizable Pixel Clock shown on an AWTRIX display
Clock_S - Customizable Pixel Clock, as Avemer runs it.

Clock_S - Customizable Pixel Clock

Small centered clock HH:MM or HH:MM:SS with customizable color and blinking colon

AWTRIX NG Scripts AWTRIX NG
About this flow
Specifications
System AWTRIX NG Scripts
AWTRIX version AWTRIX NG
Topic Miscellaneous
Built by Avemer
File FeQ2kYpQoh5l.ax · 1.8 KB
Icons
Published 9 Aug 2026 · updated 10 Aug 2026
Downloads 9
Is this your flow?

If you created this flow, open your saved edit link to add it to your account. You can then manage it whenever you sign in. Adding it to your account replaces the edit link.

Update 1.1 The settings menu has been moved up in the code.

FEATURES

  • Medium 3×5 pixel digits
  • 24 HH time format
  • Centered on the 32×8 AWTRIX display
  • Customizable clock color
  • The ability to turn on and off the seconds display
  • Optional blinking colon
  • Colon blinks once per second when enabled
  • Designed specifically for AWTRIX 3 Berry scripting

SETTINGS
In code look for section ====== START OF USER SETTINGS ======

1. BLINK_COLON
Controls whether the : blinks.
self.BLINK_COLON = 1
1 = colon blinks once per second
0 = colon stays permanently visible

2. CLOCK_COLOR
Controls the color of the clock.
The color is specified as a hexadecimal RGB value:
self.CLOCK_COLOR = 0xFFFFFF
Examples:
0xFFFFFF # White
0xFF0000 # Red
0x00FF00 # Green
0x0000FF # Blue
0xFFFF00 # Yellow
0x00FFFF # Cyan
0xFF00FF # Magenta

3. SHOW_SECONDS = 0
1 = show seconds
0 = hide seconds
You only need to change these settings; the rest of the script can remain unchanged.

Display
The clock displays the current time using large custom pixel digits:
HH:MM:SS
The script uses the AWTRIX draw() loop, so the display updates automatically.

GENERAL
The code contains explanations if you want to change something, such as the text position.

Vibecoded with ChatGPT, polished by Avemer.
And I'm a newbie, hope someone might find this script usefull!

More flows for AWTRIX NG Scripts or Miscellaneous

Something wrong with this flow? Report it.