diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-19 19:47:51 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-19 19:57:08 (GMT) |
| commit | b508f4dc266be0c5142faf8089be09e9924e28f1 (patch) | |
| tree | 57f167c7f73b3c181ac9939fcd24581f99ae3719 /.gitmodules | |
| parent | 0c4754fc743689b76ee92e6ce4b38f5a45b242cb (diff) | |
wasp: Add a simple font renderer
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3e11eb3..cc94518 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "tools/pynus"] path = tools/pynus url = https://github.com/aykevl/pynus +[submodule "tools/micropython-font-to-py"] + path = tools/micropython-font-to-py + url = https://github.com/peterhinch/micropython-font-to-py |
