48 lines
5.0 KiB
C
48 lines
5.0 KiB
C
#ifndef __IMG_DEF_H__
|
|
#define __IMG_DEF_H__
|
|
|
|
|
|
#define img_head_address 0x0
|
|
|
|
|
|
|
|
#define IMG_ARC_IMG_1 (const lv_img_dsc_t *)(img_head_address + 0x0)
|
|
#define IMG_ARC_IMG_2 (const lv_img_dsc_t *)(img_head_address + 0xd168)
|
|
#define IMG_ARC_IMG_3 (const lv_img_dsc_t *)(img_head_address + 0x1a2d0)
|
|
#define IMG_BLUETOOTH_ICO (const lv_img_dsc_t *)(img_head_address + 0x27438)
|
|
#define IMG_DEMO_BG_1 (const lv_img_dsc_t *)(img_head_address + 0x27d74)
|
|
#define IMG_DEMO_BG_2 (const lv_img_dsc_t *)(img_head_address + 0x34da0)
|
|
#define IMG_DEMO_BG_3 (const lv_img_dsc_t *)(img_head_address + 0x41dcc)
|
|
#define IMG_DEMO_BG_4 (const lv_img_dsc_t *)(img_head_address + 0x4edf8)
|
|
#define IMG_DEMO_BG_5 (const lv_img_dsc_t *)(img_head_address + 0x5be24)
|
|
#define IMG_DEMO_BG_6 (const lv_img_dsc_t *)(img_head_address + 0x68e50)
|
|
#define IMG_DEMO_BG_7 (const lv_img_dsc_t *)(img_head_address + 0x75e7c)
|
|
#define IMG_DEMO_BG_8 (const lv_img_dsc_t *)(img_head_address + 0x82ea8)
|
|
#define IMG_DEMO_BG_9 (const lv_img_dsc_t *)(img_head_address + 0x8fed4)
|
|
#define IMG_ERROR_ICO (const lv_img_dsc_t *)(img_head_address + 0x985e0)
|
|
#define IMG_ERROR_SUBUI_FRAMEWORK_ICO_1 (const lv_img_dsc_t *)(img_head_address + 0x98f1c)
|
|
#define IMG_ERROR_SUBUI_FRAMEWORK_ICO_2 (const lv_img_dsc_t *)(img_head_address + 0xa5d68)
|
|
#define IMG_ERROR_SUBUI_FRAMEWORK_ICO_3 (const lv_img_dsc_t *)(img_head_address + 0xb2bb4)
|
|
#define IMG_ERROR_SUBUI_FRAMEWORK_ICO_4 (const lv_img_dsc_t *)(img_head_address + 0xbfa00)
|
|
#define IMG_ERROR_SUBUI_FRAMEWORK_ICO_5 (const lv_img_dsc_t *)(img_head_address + 0xcc84c)
|
|
#define IMG_ERROR_SUBUI_FRAMEWORK_ICO_6 (const lv_img_dsc_t *)(img_head_address + 0xd9698)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK1_ICO_1 (const lv_img_dsc_t *)(img_head_address + 0xe0bd4)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK1_ICO_2 (const lv_img_dsc_t *)(img_head_address + 0xed918)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK1_ICO_3 (const lv_img_dsc_t *)(img_head_address + 0xfa65c)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK1_ICO_4 (const lv_img_dsc_t *)(img_head_address + 0x1073a0)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK1_ICO_5 (const lv_img_dsc_t *)(img_head_address + 0x1140e4)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK1_ICO_6 (const lv_img_dsc_t *)(img_head_address + 0x120e28)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK1_ICO_7 (const lv_img_dsc_t *)(img_head_address + 0x12db6c)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK_ICO_1 (const lv_img_dsc_t *)(img_head_address + 0x13155c)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK_ICO_2 (const lv_img_dsc_t *)(img_head_address + 0x13e314)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK_ICO_3 (const lv_img_dsc_t *)(img_head_address + 0x14b0cc)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK_ICO_4 (const lv_img_dsc_t *)(img_head_address + 0x157e84)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK_ICO_5 (const lv_img_dsc_t *)(img_head_address + 0x164c3c)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK_ICO_6 (const lv_img_dsc_t *)(img_head_address + 0x1719f4)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK_ICO_7 (const lv_img_dsc_t *)(img_head_address + 0x17e7ac)
|
|
#define IMG_GTOR_SUBUI_FRAMEWORK_ICO_8 (const lv_img_dsc_t *)(img_head_address + 0x18b564)
|
|
#define IMG_POWER_ICO (const lv_img_dsc_t *)(img_head_address + 0x1958ec)
|
|
|
|
|
|
#endif
|