Skip to content

Commit 84238dd

Browse files
authored
Clarification
1 parent 7d5fe20 commit 84238dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has b
1717
tft.setTextColor(TFT_WHITE, TFT_BLUE, true);
1818
spr.setTextColor(TFT_BLUE, TFT_BLACK, true);
1919

20-
Note: background rendering is also now available when using the print stream e.g. with: tft.println("Hello World");
20+
Note: background rendering for Smooth fonts is also now available when using the print stream e.g. with: tft.println("Hello World");
2121

2222
5. New anti-aliased graphics functions to draw lines, wedge shaped lines, circles and rounded rectangles. [Examples are included](https://github.com/Bodmer/TFT_eSPI/tree/master/examples/Smooth%20Graphics). Examples have also been added to [display PNG compressed images](https://github.com/Bodmer/TFT_eSPI/tree/master/examples/PNG%20Images) (note: requires ~40kbytes RAM).
2323

0 commit comments

Comments
 (0)