We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b610022 commit 7567cdaCopy full SHA for 7567cda
1 file changed
README.md
@@ -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
+# AnimationCreator
+### Java Animation Creator for LED Cubes (RGB/Monochrome) controlled by Arduino
+#### Used for making Animations for [RGBCube_Arduino](https://github.com/PhilKes/RGBCube_Arduino)
+ Animations are stored in Arduinos "PROGMEM"
+#### 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