Skip to content

Commit 344fb49

Browse files
authored
Minor clarification (#398)
Explain where we deviate from what user might expect.
1 parent 510b31a commit 344fb49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ One extra function is provided: `cls()`
275275
// cls() should not be confused with clear(), which only clears the internal
276276
// graphics buffer, which can then be shown on the display with display().
277277
void cls();
278+
279+
> _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._
278280
```
279281

280282
 

0 commit comments

Comments
 (0)