waveshare_epaper: add support for ttgo t5 b74 variant display (#1869)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Trammell Hudson
2021-08-10 10:09:46 +02:00
committed by GitHub
parent cc15aaacbb
commit e5d0f3c036
3 changed files with 30 additions and 0 deletions
@@ -73,6 +73,7 @@ enum WaveshareEPaperTypeAModel {
TTGO_EPAPER_2_13_IN,
TTGO_EPAPER_2_13_IN_B73,
TTGO_EPAPER_2_13_IN_B1,
TTGO_EPAPER_2_13_IN_B74,
};
class WaveshareEPaperTypeA : public WaveshareEPaper {