linuxOS_D21X/source/artinchip/awtk-ui/user_apps/awtk-demo-chart/src/main.c
2024-11-29 16:23:11 +08:00

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"