Skip to content

Commit

Permalink
chore: fix mistake in Wireless Paper example
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-herbert committed Feb 21, 2024
1 parent bac0cfb commit d9c49af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Wireless Paper/basic/basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void setup() {
// Here's a convenient trick:
FullBounds f = display.bounds.full;

display.drawCircle(f.centerX(), f.centerY(), 5, WHITE); // Draw a smaller white circle inside, giving a "ring" shape
display.fillCircle(f.centerX(), f.centerY(), 5, WHITE); // Draw a smaller white circle inside, giving a "ring" shape
display.update();

delay(10000);
Expand Down

0 comments on commit d9c49af

Please sign in to comment.