spelling: display

This commit is contained in:
Josh Soref
2019-10-26 22:05:29 -04:00
parent 8a87bbeb90
commit 479f9cf79d
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ class ST7789(object):
self._spi.writebytes([val])
def Init(self):
"""Initialize dispaly"""
"""Initialize display"""
self.reset()
self.command(0x36)