#pragma once #include "hal/Configuration.h" namespace tt::lvgl { void init(const hal::Configuration& config); } // namespace