Got display working
This commit is contained in:
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
0
lib/waveshare_epd/__init__.py
Normal file
0
lib/waveshare_epd/__init__.py
Normal file
BIN
lib/waveshare_epd/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
lib/waveshare_epd/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
lib/waveshare_epd/__pycache__/epd2in13_V4.cpython-312.pyc
Normal file
BIN
lib/waveshare_epd/__pycache__/epd2in13_V4.cpython-312.pyc
Normal file
Binary file not shown.
BIN
lib/waveshare_epd/__pycache__/epdconfig.cpython-312.pyc
Normal file
BIN
lib/waveshare_epd/__pycache__/epdconfig.cpython-312.pyc
Normal file
Binary file not shown.
@ -45,6 +45,7 @@ class EPD:
|
||||
self.cs_pin = epdconfig.CS_PIN
|
||||
self.width = EPD_WIDTH
|
||||
self.height = EPD_HEIGHT
|
||||
print('init complete')
|
||||
|
||||
'''
|
||||
function :Hardware reset
|
||||
|
Reference in New Issue
Block a user