Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodmer authored Nov 11, 2022
1 parent 1b07eeb commit ef7c020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has been added for Q&A etc. Use the ["Issues"](https://github.com/Bodmer/TFT_eSPI/issues) tab only for problems with the library. Thanks!
# News
1. A new compatible library is available [here](https://github.com/Bodmer/OpenFontRender) which can render TrueType fonts on a TFT screen (or into a sprite). This has been developed by takkaO [here](https://github.com/takkaO/OpenFontRender). (A pull request to the authors repository has been issued). I have been reluctant to support yet another font format but this is an amazing library which is very easy to use. It provides the ability to have access to compact font files, with fully scaleable anti-aliased glyphs. Left, middle and right justified text can also be printed to the screen. I have added TFT_eSPI specific examples to the OpenFontRender library and tested on RP2040 and ESP32 processors. Here is a demo screen where a single 12kbyte font file binary was used to render fully anti-aliased glyphs of gradually increasing size on a 320x480 TFT screen:
1. A new compatible library is available [here](https://github.com/Bodmer/OpenFontRender) which can render TrueType fonts on a TFT screen (or into a sprite). This has been developed by takkaO [here](https://github.com/takkaO/OpenFontRender). (A pull request to the authors repository has been issued). I have been reluctant to support yet another font format but this is an amazing library which is very easy to use. It provides access to compact font files, with fully scaleable anti-aliased glyphs. Left, middle and right justified text can also be printed to the screen. I have added TFT_eSPI specific examples to the OpenFontRender library and tested on RP2040 and ESP32 processors. Here is a demo screen where a single 12kbyte font file binary was used to render fully anti-aliased glyphs of gradually increasing size on a 320x480 TFT screen:

![ttf_font_demo](https://i.imgur.com/bKkilIb.png)

Expand Down

0 comments on commit ef7c020

Please sign in to comment.