matrix
nothing
| System | AWTRIX NG Scripts |
|---|---|
| Firmware | AWTRIX NG |
| Topic | Miscellaneous |
| Built by | erorman68 |
| File | mqhM6ToTnhU5.ax · 0.3 KB |
| Icons | — |
| Published | 4 Sep 2026 |
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
Your browser writes the script straight to the device on your network. It joins the app rotation right away.
Some browsers refuse to talk to a device on your network from a public page. Download the flow and paste it into the Scripts tab of your device, or install it from a terminal:
More flows for AWTRIX NG Scripts or Miscellaneous
Something wrong with this flow? Report it.