From 479f9cf79db8b13333cf6e8ec0cc4d92caf6aad7 Mon Sep 17 00:00:00 2001
From: Josh Soref <jsoref@users.noreply.github.com>
Date: Sat, 26 Oct 2019 22:05:29 -0400
Subject: [PATCH] spelling: display

---
 pwnagotchi/ui/hw/libs/papirus/epd.py              | 2 +-
 pwnagotchi/ui/hw/libs/waveshare/lcdhat/ST7789.py  | 2 +-
 pwnagotchi/ui/hw/libs/waveshare/oledhat/SH1106.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pwnagotchi/ui/hw/libs/papirus/epd.py b/pwnagotchi/ui/hw/libs/papirus/epd.py
index 11764d9..009ed9e 100644
--- a/pwnagotchi/ui/hw/libs/papirus/epd.py
+++ b/pwnagotchi/ui/hw/libs/papirus/epd.py
@@ -173,7 +173,7 @@ to use:
 
         # attempt grayscale conversion, and then to single bit
         # better to do this before calling this if the image is to
-        # be dispayed several times
+        # be displayed several times
         if image.mode != "1":
             image = ImageOps.grayscale(image).convert("1", dither=Image.FLOYDSTEINBERG)
 
diff --git a/pwnagotchi/ui/hw/libs/waveshare/lcdhat/ST7789.py b/pwnagotchi/ui/hw/libs/waveshare/lcdhat/ST7789.py
index 88409ec..3864d79 100644
--- a/pwnagotchi/ui/hw/libs/waveshare/lcdhat/ST7789.py
+++ b/pwnagotchi/ui/hw/libs/waveshare/lcdhat/ST7789.py
@@ -35,7 +35,7 @@ class ST7789(object):
         self._spi.writebytes([val])
 
     def Init(self):
-        """Initialize dispaly"""
+        """Initialize display"""
         self.reset()
 
         self.command(0x36)
diff --git a/pwnagotchi/ui/hw/libs/waveshare/oledhat/SH1106.py b/pwnagotchi/ui/hw/libs/waveshare/oledhat/SH1106.py
index a89716d..d206f70 100644
--- a/pwnagotchi/ui/hw/libs/waveshare/oledhat/SH1106.py
+++ b/pwnagotchi/ui/hw/libs/waveshare/oledhat/SH1106.py
@@ -34,7 +34,7 @@ class SH1106(object):
     def Init(self):
         if (config.module_init() != 0):
             return -1
-        """Initialize dispaly"""
+        """Initialize display"""
         self.reset()
         self.command(0xAE);#--turn off oled panel
         self.command(0x02);#---set low column address