Skip to content

Commit

Permalink
Align print() semantics with previous versions
Browse files Browse the repository at this point in the history
  - fix regression in semantics
  - all print() operation of unit length now leave the screen uncleared, even
    when a duration is provided.
  • Loading branch information
finneyj committed Apr 24, 2020
1 parent 3bccdd6 commit 673228f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/drivers/MicroBitDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ MicroBitDisplay::animationUpdate()

if(animationMode == ANIMATION_MODE_PRINT_CHARACTER)
{
image.print(' ');
animationMode = ANIMATION_MODE_NONE;
this->sendAnimationCompleteEvent();
}
Expand Down

0 comments on commit 673228f

Please sign in to comment.