This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Colorduino.h> | |
| char cells[8][8]; | |
| char nextSet[8][8]; | |
| int r, g, b, iteration; | |
| /******************************************************** | |
| Name: ColorFill | |
| Function: Fill the frame with a color | |
| Parameter:R: the value of RED. Range:RED 0~255 | |
| G: the value of GREEN. Range:RED 0~255 |
NewerOlder