2024-12-02 00:32:39 +01:00

10 lines
129 B
C++

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