Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions examples/led-matrix-painter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# LED Matrix Designer

This small example demonstrates a web-based 8x13 matrix designer. It provides:
-
9 changes: 9 additions & 0 deletions examples/led-matrix-painter/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Led Matrix Painter
icon: 🟦
description:
This example shows how to create a tool to design frames for an LED matrix using Arduino.
It provides a web interface where users can design frames and animations and export them as C/C++ code.

bricks:
- arduino:web_ui
- arduino:dbstorage_sqlstore
Loading