2024-11-26 18:30:54 +01:00

10 lines
129 B
C++

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