mirror of
https://github.com/esphome/esphome.git
synced 2024-11-13 02:37:47 +01:00
Fix Waveshare 7.50inV2 (#1143)
See also https://github.com/esphome/esphome/pull/1077
This commit is contained in:
parent
ca144bae90
commit
1254ec2849
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue