From 55bac8a8b913c158132953d8186d278621df032a Mon Sep 17 00:00:00 2001 From: colossus700 Date: Thu, 17 Oct 2019 19:03:04 -0400 Subject: [PATCH] Update epd.py Fixed LM75B import error --- 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 bf8d572d..11764d99 100644 --- a/pwnagotchi/ui/hw/libs/papirus/epd.py +++ b/pwnagotchi/ui/hw/libs/papirus/epd.py @@ -15,7 +15,7 @@ from PIL import Image from PIL import ImageOps -from pwnagotchi.ui.hw.libs.papirus import LM75B +from pwnagotchi.ui.hw.libs.papirus.lm75b import LM75B import re import os import sys