Tactility/Modules/lvgl-module/Private/lvgl_module_private.h
Ken Van Hoeylandt 2cf5c3c853 Work in progress
2026-02-01 16:34:22 +01:00

12 lines
114 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
bool lvgl_is_stop_requested();
#ifdef __cplusplus
}
#endif