mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-18 17:35:05 +00:00
10 lines
136 B
C++
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
|