Integration 2.42" Display als Typ 6

This commit is contained in:
dAjaY85 2023-09-04 11:02:25 +02:00
parent 201098ae0b
commit 7c6cb35c8e
3 changed files with 5 additions and 3 deletions

View file

@ -27,10 +27,12 @@ class DisplayMono128X64 : public DisplayMono {
case 1:
mDisplay = new U8G2_SSD1306_128X64_NONAME_F_HW_I2C(rot, reset, clock, data);
break;
default:
case 2:
mDisplay = new U8G2_SH1106_128X64_NONAME_F_HW_I2C(rot, reset, clock, data);
break;
case 6:
mDisplay = new U8G2_SSD1309_128X64_NONAME0_F_HW_I2C(rot, reset, clock, data);
break;
}
mUtcTs = utcTs;