10 lines
129 B
C++
10 lines
129 B
C++
#pragma once
|
|
|
|
#include "hal/Configuration.h"
|
|
|
|
namespace tt::lvgl {
|
|
|
|
void init(const hal::Configuration& config);
|
|
|
|
} // namespace
|