#pragma once #include "hal/Configuration.h" namespace tt::ui { void initLvgl(const hal::Configuration* config); } // namespace