Update typo DRIVERS.md

pull/69/head
clach04 2024-12-22 08:21:43 -08:00 zatwierdzone przez GitHub
rodzic 280123a3da
commit 50e26a967a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ If a device subclasses `framebuf.FrameBuffer` the following libraries enhance
its capability. The [Writer](./WRITER.md) class enables it to use multiple its capability. The [Writer](./WRITER.md) class enables it to use multiple
fonts with additional functionality such as word wrap, string metrics and tab fonts with additional functionality such as word wrap, string metrics and tab
handling. The [nano-gui](https://github.com/peterhinch/micropython-nano-gui.git) handling. The [nano-gui](https://github.com/peterhinch/micropython-nano-gui.git)
provides rudimentary GUI displayt capability with minimal RAM use. The provides rudimentary GUI display capability with minimal RAM use. The
[micro-gui](https://github.com/peterhinch/micropython-micro-gui) library is [micro-gui](https://github.com/peterhinch/micropython-micro-gui) library is
more fully featured, providing a means of user input at some cost in size and more fully featured, providing a means of user input at some cost in size and
complexity. complexity.