Skip to content

Commit

Permalink
Minor clarification (#398)
Browse files Browse the repository at this point in the history
Explain where we deviate from what user might expect.
  • Loading branch information
ropg committed Mar 12, 2024
1 parent 510b31a commit 344fb49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ One extra function is provided: `cls()`
// cls() should not be confused with clear(), which only clears the internal
// graphics buffer, which can then be shown on the display with display().
void cls();
> _Note that printing to the display, contrary to what you might expect, does not wrap your lines, so everything on a line that doesn't fit on the screen is cut off._
```

 
Expand Down

0 comments on commit 344fb49

Please sign in to comment.