README.md: include ref to Brian Cappello's fork.

pull/3/merge
Peter Hinch 2017-09-02 06:56:21 +01:00
rodzic c5b9ce159d
commit 5b4ae0c038
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -89,6 +89,17 @@ and it returns the following values:
* The height in pixels.
* The character width in pixels.
# An alternative solution
Brian Cappello has produced [this fork](https://github.com/briancappello/micropython-font-to-py.git).
This has an enhanced `font_to_py.py` program offering a fast line mapping along
with some clever optimisations designed to reduce font file size. He also has
an enhanced Writer class of interest to anyone producing a driver for display
hardware.
His `font_to_py.py` solution has not been implemented here because the font
files are incompatible with existing device drivers and GUI projects.
# Licence
All code is released under the MIT licence.