Correct typos

This commit is contained in:
Bodmer
2019-11-10 02:59:28 +00:00
committed by GitHub
parent 9679523db3
commit 251f341812

View File

@@ -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)