1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +00:00

Fix waveshare 7.5in model

Fixes https://github.com/esphome/issues/issues/357
This commit is contained in:
Otto Winter 2019-05-30 22:09:11 +02:00
parent 3e6ae4afda
commit 08c7c0c311
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -24,7 +24,7 @@ MODELS = {
'2.90in': ('a', WaveshareEPaperTypeAModel.WAVESHARE_EPAPER_2_9_IN), '2.90in': ('a', WaveshareEPaperTypeAModel.WAVESHARE_EPAPER_2_9_IN),
'2.70in': ('b', WaveshareEPaper2P7In), '2.70in': ('b', WaveshareEPaper2P7In),
'4.20in': ('b', WaveshareEPaper4P2In), '4.20in': ('b', WaveshareEPaper4P2In),
'7.50in': ('b', WaveshareEPaperTypeBModel), '7.50in': ('b', WaveshareEPaper7P5In),
} }