#pragma once #include #include #include #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "display.hpp" #include "touchwheel.hpp" namespace ui { auto StartLvgl(std::weak_ptr touch_wheel, std::weak_ptr display, std::atomic* quit) -> bool; } // namespace ui