Add support for TTGO epaper boards with B73 revision (#928)

* Add support for TTGO epaper boards with B73 revision
This commit is contained in:
Thomas Klingbeil
2020-03-12 01:19:01 +01:00
committed by GitHub
parent 11069085e3
commit 7f2a6e7403
3 changed files with 33 additions and 0 deletions
@@ -23,6 +23,7 @@ MODELS = {
'1.54in': ('a', WaveshareEPaperTypeAModel.WAVESHARE_EPAPER_1_54_IN),
'2.13in': ('a', WaveshareEPaperTypeAModel.WAVESHARE_EPAPER_2_13_IN),
'2.13in-ttgo': ('a', WaveshareEPaperTypeAModel.TTGO_EPAPER_2_13_IN),
'2.13in-ttgo-b73': ('a', WaveshareEPaperTypeAModel.TTGO_EPAPER_2_13_IN_B73),
'2.90in': ('a', WaveshareEPaperTypeAModel.WAVESHARE_EPAPER_2_9_IN),
'2.70in': ('b', WaveshareEPaper2P7In),
'2.90in-b': ('b', WaveshareEPaper2P9InB),