From 6f942e20ed5881e0b520f4c4f0f1fd2ffb4a3a2b Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Sat, 25 Feb 2023 13:29:07 +0200 Subject: LittleVgl: Instantiate in DisplayApp LVGL is only a part of the main DisplayApp. Other "DisplayApps" can be implemented without LVGL. DummyLittleVgl isn't needed anymore and has been removed --- src/displayapp/DisplayAppRecovery.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/displayapp/DisplayAppRecovery.h') diff --git a/src/displayapp/DisplayAppRecovery.h b/src/displayapp/DisplayAppRecovery.h index 22bad9f9..e30334a6 100644 --- a/src/displayapp/DisplayAppRecovery.h +++ b/src/displayapp/DisplayAppRecovery.h @@ -14,7 +14,6 @@ #include "displayapp/TouchEvents.h" #include "displayapp/Apps.h" #include "displayapp/Messages.h" -#include "displayapp/DummyLittleVgl.h" namespace Pinetime { namespace Drivers { @@ -47,7 +46,6 @@ namespace Pinetime { class DisplayApp { public: DisplayApp(Drivers::St7789& lcd, - Components::LittleVgl& lvgl, const Drivers::Cst816S&, const Controllers::Battery& batteryController, const Controllers::Ble& bleController, -- cgit v1.2.3-70-g09d2