Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Ball/Ball.cpp
- Revision:
- 13:924891519a95
- Parent:
- 12:954da4f4e565
- Child:
- 14:122eaa3b7a50
--- a/Ball/Ball.cpp Tue Apr 23 12:46:34 2019 +0000 +++ b/Ball/Ball.cpp Tue Apr 23 14:35:39 2019 +0000 @@ -57,8 +57,8 @@ void Ball::draw(N5110 &lcd) { - lcd.drawCircle(_x1,_y1,2,FILL_BLACK); - lcd.drawCircle(_x,_y,2,FILL_TRANSPARENT); + lcd.drawCircle(_x1,_y1,2,FILL_TRANSPARENT); + lcd.drawCircle(_x,_y,2,FILL_BLACK); //lcd.drawRect(_x,_y,_size,_size,FILL_BLACK); }