Hi everyone Im new to the group.
Im posting here because I have been trying for some time now to figure how to display code that looks like this:
const PROGMEM prog_uint8_t povData[] = {
60, 0, 0,
60, 0, 0,
60, 0, 0,
60, 0, 0,
60, 0, 0,
60, 0, 0,
60, 0, 0,
60, 0, 0,
7, 0, 0,
1, 2, 242,
1, 3, 150,
1, 0, 11,
50, 0, 0,
7, 0, 0,
1, 206, 186,
1, 255, 255,
1, 215, 191,
1, 158, 126,
1, 68, 153,
1, 1, 113,
1, 0, 5,
46, 0, 0,
7, 0, 0,
1, 214, 154,
4, 255, 255,
1, 239, 255,
1, 183, 95,
1, 117, 156,
1, 3, 53,
1, 0, 12,
43, 0, 0,
7, 0, 0,
1, 214, 154,
8, 255, 255,
1, 215, 191,
1, 158, 158,
1, 76, 153,
1, 2, 18,
1, 0, 8,
39, 0, 0,
7, 0, 0,
1, 214, 154,
11, 255, 255,
1, 239, 255,
1, 191, 95,
1, 125, 188,
1, 3, 150,
1, 0, 12,
36, 0, 0,
7, 0, 0,
1, 214, 154,
15, 255, 255,
1, 215, 223,
1, 158, 158,
1, 76, 217,
1, 2, 18,
1, 0, 8,
32, 0, 0,
7, 0, 0,
1, 214, 154,
18, 255, 255,
1, 239, 255,
1, 191, 95,
1, 125, 188,
1, 3, 150,
1, 0, 14,
29, 0, 0,
7, 0, 0,
1, 214, 154,
22, 255, 255,
1, 223, 223,
1, 158, 190,
1, 76, 218,
1, 2, 19,
1, 0, 8,
25, 0, 0,
7, 0, 0,
1, 214, 154,
25, 255, 255,
1, 239, 255,
1, 199, 127,
1, 133, 252,
1, 43, 214,
1, 0, 14,
22, 0, 0,
7, 0, 0,
1, 214, 154,
29, 255, 255,
1, 223, 223,
1, 166, 254,
… ect
I cant for the life of me find what this kind of code is called or how to get the Arduino to display it. Its normally placed within a .h library.
Are there ANY tutorials on this sorta thing anywhere?
Its a image meant for a pov display wand that Im trying to figure out how to make. Any leads to get me understanding this would be way helpful. I have ALL the adafruit tuts. They hardly help.
I have read through the whole FastLED Wiki and the Arduino website, spent hours looking on youtube. No luck.
The frustration is starting to make this no fun anymore.
The github for this stuff is https://github.com/Blinkinlabs/PatternPaint/tree/master/PatternPaint
please if anyone has links to tutorials that can help me understand this I’d be so grateful.
Thanks in advance.
