From 251f341812c72d094c69d863c97b7e693269962a Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sun, 10 Nov 2019 02:59:28 +0000 Subject: [PATCH] Correct typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4578ab..10eb09a 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Here is an example screenshot showing the anti-aliased Hiragana character Unicod ![Hiragana glyphs](https://i.imgur.com/jeXf2st.png) -Antialiased fonts can also be drawn over a gradient background with a callback to fetch the backgorung colour of each pixel. This pixel colour can be set by the gradient algoritm or by readn back the TFT screen memory (if reading the display is supported. +Antialiased fonts can also be drawn over a gradient background with a callback to fetch the background colour of each pixel. This pixel colour can be set by the gradient algorithm or by reading back the TFT screen memory (if reading the display is supported). ![AA_gradien](https://i.imgur.com/YMBcPHp.png)