Files
tactility/Tactility/Source/lvgl/LabelUtils.h
T
2024-11-26 18:30:54 +01:00

10 lines
136 B
C++

#pragma once
#include "lvgl.h"
namespace tt::lvgl {
void label_set_text_file(lv_obj_t* label, const char* filepath);
} // namespace