Make namespaces more consistent (#92)

This commit is contained in:
Ken Van Hoeylandt
2024-11-26 18:30:54 +01:00
committed by GitHub
parent ca5d4b8226
commit a312bd5527
75 changed files with 108 additions and 109 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include "lvgl.h"
namespace tt::lvgl {
void label_set_text_file(lv_obj_t* label, const char* filepath);
} // namespace