Skip to content

Commit

Permalink
Add correct driver for epd7in3g
Browse files Browse the repository at this point in the history
  • Loading branch information
reinharty authored Jun 24, 2024
1 parent 8529355 commit a12b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omni_epd/displays/waveshare_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class WaveshareQuadColorDisplay(WaveshareDisplay):
"epd2in36g": {"driver": "epd2in36g", "version": 1},
"epd3in0g": {"driver": "epd3in0g", "version": 1},
"epd4in37g": {"driver": "epd4in37g", "version": 1},
"epd7in3g": {"driver": "epd3in0g", "version": 1}}
"epd7in3g": {"driver": "epd7in3g", "version": 1}}

def __init__(self, deviceName, config):
driverName = self.deviceMap[deviceName]['driver']
Expand Down

0 comments on commit a12b9e2

Please sign in to comment.