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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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),
}