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:
lumapu 2023-01-16 22:51:09 +01:00
parent 7c3a78ec26
commit 3ff348bba8
4 changed files with 24 additions and 5 deletions

View file

@ -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);