2024-11-26 17:51:05 +01:00

10 lines
131 B
C++

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