1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Fix Waveshare 7.50inV2 (#1143)

See also https://github.com/esphome/esphome/pull/1077
This commit is contained in:
Otto Winter
2020-07-15 13:50:35 +02:00
committed by GitHub
parent ca144bae90
commit 1254ec2849

View File

@@ -32,7 +32,7 @@ MODELS = {
'4.20in': ('b', WaveshareEPaper4P2In),
'5.83in': ('b', WaveshareEPaper5P8In),
'7.50in': ('b', WaveshareEPaper7P5In),
'7.50inV2': ('b', WaveshareEPaper7P5InV2),
'7.50inv2': ('b', WaveshareEPaper7P5InV2),
}