Skip to content

Commit

Permalink
Merge pull request #100 from reinharty/patch-1
Browse files Browse the repository at this point in the history
Add correct driver for epd7in3g
  • Loading branch information
robweber authored Jun 24, 2024
2 parents 8529355 + a12b9e2 commit 3826f4e
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 3826f4e

Please sign in to comment.