Icon.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
- #include "user_init.h"
- #ifdef SUPPORT_PLAYBACK_ICON
- //#define OSD_ICON_PREV "ax00"
- #define OSD_ICON_NEXT "ax01"
- #define OSD_ICON_PLAY "ax02"
- #define OSD_ICON_PAUSE "ax03"
- #define OSD_ICON_STEP "ax04"
- #define OSD_ICON_STOP "ax05"
- #define OSD_ICON_PRE_STOP "ax06"
- #define OSD_ICON_FB "ax07"
- #define OSD_ICON_FF "ax08"
- #define OSD_ICON_SB "ax09"
- #define OSD_ICON_PREV "ax0a"
- #ifdef NEW_STYLE_SETUP //zhaoyanhua add 3-7-14 13:16
- #define OSD_ICON_SETUP_HAND "ax0b"
- #endif
- #define OSD_ICON_MIC "ax0c" //xyy add 2003-11-19 9:11
- //#define ICON_PREV 0x00
- #define ICON_NEXT 0x01
- #define ICON_PLAY 0x02
- #define ICON_PAUSE 0x03
- #define ICON_STEP 0x04
- #define ICON_STOP 0x05
- #define ICON_PRE_STOP 0x06
- #define ICON_BACKWARD 0x07
- #define ICON_FORWARD 0x08
- #define ICON_SLOW_BACKWARD 0x09
- #define ICON_PREV 0x0a
- #ifdef NEW_STYLE_SETUP //zhaoyanhua add
- #define ICON_SETUP_HAND 0x0b
- #endif
- #endif