mirror of
https://github.com/PaulStoffregen/Tlc5940
synced 2025-09-27 18:12:22 +02:00
Updates for current Arduino IDE
Fixes bugs with AVR PROGMEM changes in Arduino IDE 1.6 or later. Tested with Arduino 1.8.2 and Sparkfun TLC5940 breakout. Details at https://github.com/arduino/Arduino/wiki/1.6-Frequently-Asked-Questions#errors-related-to-avr-progmem-changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#define ANI_ARDUINO_FRAMES 80
|
||||
uint8_t ani_arduino[NUM_TLCS * 24 * ANI_ARDUINO_FRAMES] PROGMEM = {
|
||||
const uint8_t ani_arduino[NUM_TLCS * 24 * ANI_ARDUINO_FRAMES] PROGMEM = {
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,6,176,206,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,65,10,64,247,15,240,255,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1,160,122,13,192,255,15,240,254,11,192,89,
|
||||
|
Reference in New Issue
Block a user