3dfc27e93e
- Fixes for colours and margins in GPIO app - Removed unused imports
10 lines
136 B
C++
10 lines
136 B
C++
#pragma once
|
|
|
|
#include <lvgl.h>
|
|
|
|
namespace tt::lvgl {
|
|
|
|
bool label_set_text_file(lv_obj_t* label, const char* filepath);
|
|
|
|
} // namespace
|