39 lines
		
	
	
		
			567 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			567 B
		
	
	
	
		
			C
		
	
	
	
	
	
/**
 | 
						|
 * @file lv_example_sjpg.h
 | 
						|
 *
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef LV_EXAMPLE_SJPG_H
 | 
						|
#define LV_EXAMPLE_SJPG_H
 | 
						|
 | 
						|
#ifdef __cplusplus
 | 
						|
extern "C" {
 | 
						|
#endif
 | 
						|
 | 
						|
/*********************
 | 
						|
 *      INCLUDES
 | 
						|
 *********************/
 | 
						|
 | 
						|
/*********************
 | 
						|
 *      DEFINES
 | 
						|
 *********************/
 | 
						|
 | 
						|
/**********************
 | 
						|
 *      TYPEDEFS
 | 
						|
 **********************/
 | 
						|
 | 
						|
/**********************
 | 
						|
 * GLOBAL PROTOTYPES
 | 
						|
 **********************/
 | 
						|
void lv_example_sjpg_1(void);
 | 
						|
 | 
						|
/**********************
 | 
						|
 *      MACROS
 | 
						|
 **********************/
 | 
						|
 | 
						|
#ifdef __cplusplus
 | 
						|
} /*extern "C"*/
 | 
						|
#endif
 | 
						|
 | 
						|
#endif /*LV_EXAMPLE_SJPG_H*/
 |