From 8a687b723b447a1466341099466603b1b82a4e20 Mon Sep 17 00:00:00 2001 From: Josh Soref <jsoref@users.noreply.github.com> Date: Sat, 26 Oct 2019 22:13:42 -0400 Subject: [PATCH] spelling: transfer --- pwnagotchi/ui/hw/libs/papirus/epd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/hw/libs/papirus/epd.py b/pwnagotchi/ui/hw/libs/papirus/epd.py index 009ed9e..aed4605 100644 --- a/pwnagotchi/ui/hw/libs/papirus/epd.py +++ b/pwnagotchi/ui/hw/libs/papirus/epd.py @@ -47,7 +47,7 @@ to use: image = Image.new('1', epd.size, 0) # draw on image epd.clear() # clear the panel - epd.display(image) # tranfer image data + epd.display(image) # transfer image data epd.update() # refresh the panel image - not needed if auto=true """