DRIVERS.md: Document 4.2" greyscale driver.

pull/80/head
Peter Hinch 2024-08-08 17:23:40 +01:00
rodzic 14b3fca4f8
commit 1271aa797d
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1399,9 +1399,9 @@ There are two drivers for the V1 display:
1. `pico_epaper_42.py` 1-bit black/white driver supports partial updates.
2. `pico_epaper_42_gs.py` 2-bit greyscale driver. No partial updates.
Currently the V2 display has only a 1-bit driver, contributed by Michael
Surdouski. It supports partial updates.
1. `pico_epaper_42_v2.py`
The V2 display has the following drivers, contributed by Michael Surdouski.
1. `pico_epaper_42_v2.py` 1-bit black/white driver supports partial updates.
2. `pico_epaper_42_v2_gs.py` 2-bit greyscale driver. No partial updates.
All drivers have identical args and methods.