diff --git a/FONT_TO_PY.md b/FONT_TO_PY.md index 50f5e18..78761ef 100644 --- a/FONT_TO_PY.md +++ b/FONT_TO_PY.md @@ -11,7 +11,12 @@ resource-limited targets: the font file may be incorporated into a firmware build such that it occupies flash memory rather than scarce RAM. Python code built into firmware is known as frozen bytecode. -## 1.1 Recent revisions +## 1.1 Revision history + +30 Jan 2023 V0.41 With thanks to @ferrolive (Igor Oliveira) who supplied the +charset file. + 1. Charset file enables Chinese, Japanese and Korean glyphs to be specified. + 2. Now allows much larger output files: sparse index is now 24 bit. 1 Feb 2021 V0.4 With thanks to @enigmaniac for the suggestion and code ideas. 1. Now supports `bdf` and `pcf` font files for better results at small sizes. diff --git a/font_to_py.py b/font_to_py.py index 8173909..f8144d9 100755 --- a/font_to_py.py +++ b/font_to_py.py @@ -11,7 +11,7 @@ # The MIT License (MIT) # -# Copyright (c) 2016-2021 Peter Hinch +# Copyright (c) 2016-2023 Peter Hinch # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal