Docs: update driver installation details.

pull/61/head
Peter Hinch 2023-09-03 12:19:59 +01:00
rodzic 8f7396c2f0
commit 5e2dfb681f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -218,8 +218,8 @@ $ mpremote cp color_setup.py :
Installation is as per networked hardware except that `mip` on the target is
replaced by `mpremote mip` on the PC:
```bash
$ mpremote mip install("github:peterhinch/micropython-nano-gui")
$ mpremote mip install("github:peterhinch/micropython-nano-gui/drivers/st7789")
$ mpremote mip install "github:peterhinch/micropython-nano-gui"
$ mpremote mip install "github:peterhinch/micropython-nano-gui/drivers/st7789"
```
## 1.4 A performance boost