Files
SmartGrow/libraries/lvgl/examples/libs/tjpgd/lv_example_tjpgd.h
2024-12-09 19:47:18 +01:00

39 lines
572 B
C

/**
* @file lv_example_tjpgd.h
*
*/
#ifndef LV_EXAMPLE_TJPGD_H
#define LV_EXAMPLE_TJPGD_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
void lv_example_tjpgd_1(void);
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /*LV_EXAMPLE_TJPGD_H*/