From 9ffe3581d0d1a9e3b4cc9a97fed18a662e86cbd6 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 27 Apr 2018 19:07:53 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76dfa85..ac36a7d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The library is based on the Adafruit GFX and Adafruit driver libraries and the a Configuration of the library font selections, pins used to interface with the TFT and other features is made by editting the User_Setup.h file in the library folder, or by selecting a configuration in the library "User_Setup_Selet,h" file. Fonts and features can easily be disabled by commenting out lines. -#Anti-aliased Fonts +# Anti-aliased Fonts Anti-aliased (smooth) font files in "vlw" format are generated by the free [Processing IDE](https://processing.org/) using a sketch included in the library Tools folder. This sketch with the Processing IDE can be used to generate font files from your computer's font set or any TrueType (.ttf) font, the font file can include **any** combination of 16 bit Unicode characters. This means Greek, Japanese and any other UCS-2 glyphs can be used. Character arrays and Strings in UTF-8 format are supported. @@ -47,7 +47,7 @@ Here is an example screenshot showing the anti-aliased Hiragana character Unicod -#ESP32 with 8 bit Mcufriend UNO shields +# ESP32 with 8 bit Mcufriend UNO shields The ESP32 board I have been using for testing has the following pinout: @@ -66,7 +66,7 @@ IO32 wired to IO36 ![Example](https://i.imgur.com/pUZn6lF.jpg) -**ePaper displays** +# ePaper displays The library was intended to support only TFT displays but using a Sprite as a 1 bit per pixel screen buffer permits support for the Waveshare 2 and 3 colour SPI ePaper displays. This addition to the library is experimental and only one example is provided. Further examples will be added.