TFT_eSPI/Extensions
Lucy2003 e16a84de14 By default,the create_font create a 8 bits/pixel fonts,but now it can be
transform into 4 bits/pixel and used on ESP8266/ESP32.I have tested it on
ESP32,both SPIFFS and flash array.

Main modifications :

- added support for loading and displaying 4-bit mode smooth font.
- added a tool made by pure C to convert font files.

The Smooth Font API is compatible with previous.Compressed font format is described in
  tools/create_smooth_font/compress_font/readme.md

Signed-off-by: Lucy2003 <53362310+Lucy2003@users.noreply.github.com>
2021-09-21 16:39:13 +08:00
..
Button.cpp Fix #1168 2021-05-11 21:38:26 +01:00
Button.h Fix #1168 2021-05-11 21:38:26 +01:00
Smooth_font.cpp By default,the create_font create a 8 bits/pixel fonts,but now it can be 2021-09-21 16:39:13 +08:00
Smooth_font.h By default,the create_font create a 8 bits/pixel fonts,but now it can be 2021-09-21 16:39:13 +08:00
Sprite.cpp Fix #1022 2021-02-23 22:38:03 +00:00
Sprite.h Fix #1022 2021-02-23 22:38:03 +00:00
Touch.cpp Fix #923 and #915 2021-01-08 23:53:28 +00:00
Touch.h Replace deprecated boolean type 2021-03-31 13:52:42 +01:00