feat(test): make LVGL's test utilities public

This commit is contained in:
Gabor Kiss-Vamosi
2025-02-13 01:03:27 +01:00
parent aff9ad3b4a
commit 8d04466c68
118 changed files with 1189 additions and 516 deletions

1
lvgl.h
View File

@@ -96,6 +96,7 @@ extern "C" {
#include "src/others/font_manager/lv_font_manager.h"
#include "src/others/xml/lv_xml.h"
#include "src/others/xml/lv_xml_component.h"
#include "src/others/test/lv_test.h"
#include "src/libs/barcode/lv_barcode.h"
#include "src/libs/bin_decoder/lv_bin_decoder.h"