mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
Integration 2.42" Display als Typ 6
This commit is contained in:
parent
201098ae0b
commit
7c6cb35c8e
3 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue