Skip to content

Commit 7567cda

Browse files
authored
Update README.md
1 parent b610022 commit 7567cda

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# AnimationCreator
2-
Java Animation Creator for LED Cubes (RGB/Monochrome) controlled by Arduino
3-
Generates uint16 Arrays representing Animation (Values for each LED per Frame) of Size:
4-
FRAMES*CUBE_SIZE*CUBE_SIZE*CUBE_SIZE*3|1(RGB/Mono)
5-
Uses Arduinos "PROGMEM" for storing the Animations
1+
# AnimationCreator
2+
### Java Animation Creator for LED Cubes (RGB/Monochrome) controlled by Arduino
3+
#### Used for making Animations for [RGBCube_Arduino](https://github.com/PhilKes/RGBCube_Arduino)
4+
Animations are stored in Arduinos "PROGMEM"
5+
#### See Instructables for details: [PhilKey Instructable](https://www.instructables.com/id/RGB-LED-Cube-With-Bluetooth-App-AnimationCreator/)
6+
<img src="https://i.imgur.com/WJzNzW5.png" width="680">

0 commit comments

Comments
 (0)