From ad5a4c1dfd84e0cd164155126512788045fe30d4 Mon Sep 17 00:00:00 2001 From: Roman Konoval Date: Sun, 24 Mar 2019 23:34:37 +0100 Subject: [PATCH] added link to online font creator to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a11a85e..66546817 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,8 @@ If *debug=True* the information about compiled font will be printed. You can create the **c** source file from any **tft** font using the included [ttf2c_vc2003.exe](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/tree/master/MicroPython_BUILD/components/micropython/esp32/modules_examples/tft/font_tool/) program. See [README](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/tree/master/MicroPython_BUILD/components/micropython/esp32/modules_examples/tft/font_tool/README.md) for instructions. +You can create **c** source file or **.fon** file from **tft** font using [online converter](https://loboris.eu/ttf2fon/). + ## **Button** ---