Smaller, faster writer.py. Requires fw V1.17 or later.

pull/34/head
Peter Hinch 2021-09-07 10:56:18 +01:00
rodzic 5638dcd8c7
commit 2335e431aa
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -947,9 +947,9 @@ that applications of moderate complexity should be feasible.
Current firmware is highly recommended. For users of color displays who cannot Current firmware is highly recommended. For users of color displays who cannot
meet the requirements of meet the requirements of
[Files and Dependencies](./README.md#2-files-and-dependencies) it is possible [Files and Dependencies](./README.md#2-files-and-dependencies) it is possible
to run. This involves copying to run under V1.15+. This involves copying
[this file](https://github.com/peterhinch/micropython-font-to-py/blob/master/writer/old_versions/writer_fw_compatible.py) [this file](https://github.com/peterhinch/micropython-font-to-py/blob/master/writer/old_versions/writer_fw_compatible.py)
to `gui/core/writer.py`. This uses Python code to render text if the firmware to `gui/core/writer.py`. This uses Python code to render text if the firmware
or driver are unable to support fast rendering/ or driver are unable to support fast rendering.
###### [Contents](./README.md#contents) ###### [Contents](./README.md#contents)