![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
This allows an LPC1768 to take Art-Net data and send it to WS2812B LED's
Dependencies: mbed mbed-rtos EthernetInterface
NeoStrip/gt.h@15:c730bd607d9a, 2018-12-26 (annotated)
- Committer:
- tonydbeck
- Date:
- Wed Dec 26 21:05:02 2018 +0000
- Revision:
- 15:c730bd607d9a
Full Working Version - December 18
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
tonydbeck | 15:c730bd607d9a | 1 | /**** gt.h ****/ |
tonydbeck | 15:c730bd607d9a | 2 | |
tonydbeck | 15:c730bd607d9a | 3 | const int gt_img[] = { |
tonydbeck | 15:c730bd607d9a | 4 | 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446, |
tonydbeck | 15:c730bd607d9a | 5 | 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, |
tonydbeck | 15:c730bd607d9a | 6 | 0xffff00, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, |
tonydbeck | 15:c730bd607d9a | 7 | 0xffff00, 0x122446, 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0xffff00, |
tonydbeck | 15:c730bd607d9a | 8 | 0xffff00, 0xffff00, 0x122446, 0x122446, 0xffff00, 0x122446, 0xffff00, 0x122446, |
tonydbeck | 15:c730bd607d9a | 9 | 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0xffff00, 0x122446, |
tonydbeck | 15:c730bd607d9a | 10 | 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0xffff00, 0x122446, |
tonydbeck | 15:c730bd607d9a | 11 | 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0xffff00, 0x122446}; |
tonydbeck | 15:c730bd607d9a | 12 |