From e5812e86c1ae1f30bb63e29be1209cd8e5c291ca Mon Sep 17 00:00:00 2001 From: Rai <58925163+rai68@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:05:12 +1000 Subject: [PATCH] fixes an indent in 1in44 lcd waveshare Signed-off-by: Rai <58925163+rai68@users.noreply.github.com> --- pwnagotchi/ui/hw/libs/waveshare/lcd/lcdhat144/LCD_1in44.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/hw/libs/waveshare/lcd/lcdhat144/LCD_1in44.py b/pwnagotchi/ui/hw/libs/waveshare/lcd/lcdhat144/LCD_1in44.py index 490a0266..612151be 100644 --- a/pwnagotchi/ui/hw/libs/waveshare/lcd/lcdhat144/LCD_1in44.py +++ b/pwnagotchi/ui/hw/libs/waveshare/lcd/lcdhat144/LCD_1in44.py @@ -27,7 +27,7 @@ import RPi.GPIO as GPIO - import numpy as np +import numpy as np from . import config LCD_1IN44 = 1