11 lines
		
	
	
		
			229 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			229 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef LVGL_MAIN_H
 | 
						|
#define LVGL_MAIN_H
 | 
						|
#ifdef __cplusplus
 | 
						|
extern "C"
 | 
						|
{
 | 
						|
#endif
 | 
						|
    int mainTest(const unsigned int width, const unsigned int height, void (*appInit)());
 | 
						|
#ifdef __cplusplus
 | 
						|
}
 | 
						|
#endif
 | 
						|
#endif // !LVGL_MAIN_H
 |