matrix
nothing
About this flow
| System | AWTRIX NG Scripts |
|---|---|
| AWTRIX version | AWTRIX NG |
| Topic | Miscellaneous |
| Built by | erorman68 |
| File | mqhM6ToTnhU5.ax · 0.3 KB |
| Icons | — |
| Published | 4 Sep 2026 |
| Downloads | 33 |
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.
Flow description
screensaver
mqhM6ToTnhU5.ax
class MatrixApp
def init()
# Inisialisasi aplikasi internal AWTRIX NG
end
def loop()
# Logika berjalan di background
end
def draw()
# Render visual matriks LED
effect("Matrix", {"speed": 0.5})
end
end
return MatrixApp()
Install it on your AWTRIX NG
Add this flow to your AWTRIX NG. It will start appearing on your display after installation.
Unable to connect? Download the flow and add it in the Scripts section of your AWTRIX. Advanced users can also use this command:
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.