jason berry
/
NeoPixels
neopixels
gt.h@1:a9f32c0c835d, 2021-02-04 (annotated)
- Committer:
- jasonberry
- Date:
- Thu Feb 04 14:03:17 2021 +0000
- Revision:
- 1:a9f32c0c835d
- Parent:
- 0:f38492690f0e
neopixels
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jasonberry | 1:a9f32c0c835d | 1 | /**** gt.h ****/ |
aswild | 0:f38492690f0e | 2 | |
jasonberry | 1:a9f32c0c835d | 3 | const int gt_img[] = { |
jasonberry | 1:a9f32c0c835d | 4 | 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446, |
jasonberry | 1:a9f32c0c835d | 5 | 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, |
jasonberry | 1:a9f32c0c835d | 6 | 0xffff00, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, |
jasonberry | 1:a9f32c0c835d | 7 | 0xffff00, 0x122446, 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0xffff00, |
jasonberry | 1:a9f32c0c835d | 8 | 0xffff00, 0xffff00, 0x122446, 0x122446, 0xffff00, 0x122446, 0xffff00, 0x122446, |
jasonberry | 1:a9f32c0c835d | 9 | 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0xffff00, 0x122446, |
jasonberry | 1:a9f32c0c835d | 10 | 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0xffff00, 0x122446, |
jasonberry | 1:a9f32c0c835d | 11 | 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0xffff00, 0x122446}; |
jasonberry | 1:a9f32c0c835d | 12 | |
jasonberry | 1:a9f32c0c835d | 13 | const int test_img[] = { |
jasonberry | 1:a9f32c0c835d | 14 | 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446}; |