fix showAnimation and scrollImage (#408)

This commit is contained in:
Tom Ball
2017-05-29 23:01:31 -07:00
committed by Peli de Halleux
parent 725517a1d6
commit 698001db31
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ namespace basic {
//% help=basic/show-animation imageLiteral=1 async
//% parts="ledmatrix"
void showAnimation(ImageLiteral leds, int interval = 400) {
uBit.display.animate(MicroBitImage(imageBytes(leds)), interval, 5, 0);
uBit.display.animate(MicroBitImage(imageBytes(leds)), interval, 5, 0, 0);
}
/**