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