10 lines
131 B
C++
10 lines
131 B
C++
#pragma once
|
|
|
|
#include "hal/Configuration.h"
|
|
|
|
namespace tt::ui {
|
|
|
|
void initLvgl(const hal::Configuration* config);
|
|
|
|
} // namespace
|