Remove LVGL instance in main

This has been moved to DisplayApp in InfiniTime, so there were two
instances in InfiniSim.
main
Riku Isokoski 2023-02-27 08:45:53 +07:00
parent 02f980f278
commit 1278132840
1 changed files with 0 additions and 4 deletions

@ -341,8 +341,6 @@ Pinetime::Controllers::FS fs {spiNorFlash};
Pinetime::Controllers::Settings settingsController {fs};
Pinetime::Controllers::MotorController motorController {};
Pinetime::Components::LittleVgl lvgl {lcd, fs};
Pinetime::Controllers::DateTime dateTimeController {settingsController};
Pinetime::Drivers::Watchdog watchdog;
Pinetime::Controllers::NotificationManager notificationManager;
@ -418,8 +416,6 @@ public:
motorController.Init();
settingsController.Init();
lvgl.Init();
lv_mem_monitor(&mem_mon);
printf("initial free_size = %u\n", mem_mon.free_size);