From 84238dde7032000186fb6b587b6f66506bb723e4 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Tue, 10 May 2022 09:44:02 +0100 Subject: [PATCH] Clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index addce46d..3b01c843 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has b tft.setTextColor(TFT_WHITE, TFT_BLUE, true); spr.setTextColor(TFT_BLUE, TFT_BLACK, true); -Note: background rendering is also now available when using the print stream e.g. with: tft.println("Hello World"); +Note: background rendering for Smooth fonts is also now available when using the print stream e.g. with: tft.println("Hello World"); 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).