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