You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has b
17
17
tft.setTextColor(TFT_WHITE, TFT_BLUE, true);
18
18
spr.setTextColor(TFT_BLUE, TFT_BLACK, true);
19
19
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");
21
21
22
22
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).
0 commit comments