From 6f7a8112c873a931d60d48b4ba5da8e79a0903c5 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Sat, 13 Jul 2024 15:47:57 +0100 Subject: [PATCH] Document 4.2" V2 driver. --- DRIVERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DRIVERS.md b/DRIVERS.md index 9ad12ee..eabf1b7 100644 --- a/DRIVERS.md +++ b/DRIVERS.md @@ -1395,6 +1395,7 @@ image: 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`