From f4a8f6525e23151036b700ccbc53f33acf0834b7 Mon Sep 17 00:00:00 2001 From: Martin Ouwerkerk <136217766+ouwerker@users.noreply.github.com> Date: Thu, 29 May 2025 14:25:15 +0200 Subject: [PATCH] Update Pico_ePaper-2.13_V4.py Comment still mentioned V3 instead of V4 --- python/Pico_ePaper-2.13_V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Pico_ePaper-2.13_V4.py b/python/Pico_ePaper-2.13_V4.py index 6e97da7..db0347b 100644 --- a/python/Pico_ePaper-2.13_V4.py +++ b/python/Pico_ePaper-2.13_V4.py @@ -1,5 +1,5 @@ # ***************************************************************************** -# * | File : Pico_ePaper-2.13_V3.py +# * | File : Pico_ePaper-2.13_V4.py # * | Author : Waveshare team # * | Function : Electronic paper driver # * | Info : @@ -717,4 +717,4 @@ def sleep(self): epd.init() epd.Clear() epd.delay_ms(2000) - epd.sleep() \ No newline at end of file + epd.sleep()