mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-22 10:47:11 +02:00
merged PR Monodisplay
, many thanks to @dAjaY85 #566, Note: (settings are introduced but not able to be modified, will be included in next version)
This commit is contained in:
parent
7c3a78ec26
commit
3ff348bba8
4 changed files with 24 additions and 5 deletions
|
@ -70,7 +70,7 @@ void app::setup() {
|
|||
|
||||
// Plugins
|
||||
#if defined(ENA_NOKIA) || defined(ENA_SSD1306) || defined(ENA_SH1106)
|
||||
mMonoDisplay.setup(mSys, &mTimestamp);
|
||||
mMonoDisplay.setup(&mConfig->plugin.display, mSys, &mTimestamp);
|
||||
#endif
|
||||
|
||||
mPubSerial.setup(mConfig, mSys, &mTimestamp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue