Merge pull request #5 from romank0/font-online-utility-docs

Added link to the online font creator to README
This commit is contained in:
sakabin
2019-03-25 09:44:31 +08:00
committed by GitHub
+2
View File
@@ -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**
---