Small fixes

This commit is contained in:
Jeroen Oudshoorn
2024-01-17 18:22:57 +01:00
parent 63f0a761c1
commit 649e8a4222
3 changed files with 9 additions and 6 deletions

View File

@ -2,11 +2,12 @@ from . import SH1106
from . import config
# Display resolution
EPD_WIDTH = 64
EPD_HEIGHT = 128
EPD_WIDTH = 64
EPD_HEIGHT = 128
disp = SH1106.SH1106()
class EPD(object):
def __init__(self):