Files
tactility/Tactility/Include/Tactility/lvgl/LabelUtils.h
T
Ken Van Hoeylandt 3dfc27e93e Fixes for colours and margins in GPIO app and more (#284)
- Fixes for colours and margins in GPIO app
- Removed unused imports
2025-06-01 17:52:09 +02:00

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