16 lines
278 B
C
16 lines
278 B
C
#include "awtk.h"
|
|
|
|
BEGIN_C_DECLS
|
|
#if LCD_W == 480 || LCD_WIDTH == 480
|
|
#include "../res/assets_res_480_272.inc"
|
|
#else
|
|
#include "../res/assets_default.inc"
|
|
#endif
|
|
END_C_DECLS
|
|
|
|
extern ret_t application_init(void);
|
|
|
|
extern ret_t application_exit(void);
|
|
|
|
#include "awtk_main.inc"
|