2021-10-04 20:34:11 +08:00
|
|
|
/**
|
2023-09-20 16:30:04 +08:00
|
|
|
* @file lv_example_lodepng.h
|
2021-10-04 20:34:11 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef LV_EXAMPLE_PNG_H
|
|
|
|
#define LV_EXAMPLE_PNG_H
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/*********************
|
|
|
|
* INCLUDES
|
|
|
|
*********************/
|
|
|
|
|
|
|
|
/*********************
|
|
|
|
* DEFINES
|
|
|
|
*********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* TYPEDEFS
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* GLOBAL PROTOTYPES
|
|
|
|
**********************/
|
2023-09-20 16:30:04 +08:00
|
|
|
void lv_example_lodepng_1(void);
|
2021-10-04 20:34:11 +08:00
|
|
|
|
|
|
|
/**********************
|
|
|
|
* MACROS
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /*extern "C"*/
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /*LV_EXAMPLE_PNG_H*/
|