Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes authored Dec 10, 2019
1 parent b610022 commit 7567cda
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# AnimationCreator
Java Animation Creator for LED Cubes (RGB/Monochrome) controlled by Arduino
Generates uint16 Arrays representing Animation (Values for each LED per Frame) of Size:
FRAMES*CUBE_SIZE*CUBE_SIZE*CUBE_SIZE*3|1(RGB/Mono)
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/)
<img src="https://i.imgur.com/WJzNzW5.png" width="680">

0 comments on commit 7567cda

Please sign in to comment.