mirror of
https://github.com/PaulStoffregen/Tlc5940
synced 2025-09-27 10:02:20 +02:00
Updates for current Arduino IDE
Fixes bugs with AVR PROGMEM changes, introduced when Arduino IDE went to 1.6.x. See details at: https://github.com/arduino/Arduino/wiki/1.6-Frequently-Asked-Questions#errors-related-to-avr-progmem-changes
This commit is contained in:
@@ -40,7 +40,7 @@ void loop()
|
||||
Plays an animation in the "background".
|
||||
Don't call Tlc.update() while this is running.
|
||||
You can check if this is done with !tlc_onUpdateFinished */
|
||||
tlc_playAnimation(ani_arduino, ANI_ARDUINO_FRAMES, 3);
|
||||
tlc_playAnimation(ani_arduino, ANI_ARDUINO_FRAMES, 3); // Default is 3
|
||||
|
||||
|
||||
// If you don't want to do anything until it's finished, use:
|
Reference in New Issue
Block a user