mcu_hi3321_watch/middleware/services/gui/lvgl/sample/lv_sample.h
2025-05-26 20:15:20 +08:00

21 lines
270 B
C

/*
* Copyright (c) @CompanyNameMagicTag. 2022. All rights reserved.
*/
#ifndef LV_SAMPLE_H
#define LV_SAMPLE_H
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Launch a lvgl demo.
*/
void LvglSample(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif