zezol-kitty-flow

On your display
zezol-kitty flow
- Works with
- AWTRIX NG
- Topic
- Miscellaneous
- Includes
- Script · 1 icon
Choose your display in the next step.
Flow description
zezol-kitty-flow generated with chatgpt
ofqOzVCj0KTb.ax
# @name Kitty Clock
class KittyClock
def draw()
clear()
# Animowany GIF zapisany jako zezol-kitty.gif
icon("zezol-kitty", 0, 0)
# Godzina HH:MM
var h = hour()
var m = minute()
if h < 10
h = "0" + str(h)
else
h = str(h)
end
if m < 10
m = "0" + str(m)
else
m = str(m)
end
text(9, 6, h + ":" + m, 0xFFFFFF)
end
end
return KittyClock()
These icons are attached to the flow. Send them to your AWTRIX separately; they are not included in the script installation.
8×8 px
Sign in to download these icons or send them to your AWTRIX.
Discussion 0
Ask a question, suggest a change or share how you use it.
No comments yet. Start the conversation.
More flows for AWTRIX NG Scripts or Miscellaneous
Something wrong with this flow? Report it.
Have an idea?
Sign in to ask questions and join the conversation.