deying.searchresults

来自「台湾凌阳方案300万数码相机源代码」· SEARCHRESULTS 代码 · 共 34 行

SEARCHRESULTS
34
字号

---- AU015BL01 Matches (42 in 7 files) ----
Device.h:#define AU015BL01 
Initio.c:			  case K_DISPLAY_Au015Bl01: //patch5.2.1@cwh@AU015BL01;2003/08/08
Initio.c:				   G_DSPHsize = K_DISPLAY_Au015Bl01Width1;
Initio.c:				   G_DSPVsize = K_DISPLAY_Au015Bl01Height1;
Initio.c:				   G_TmbWidth = K_TmbAu015Bl01NineWidth;
Initio.c:				   G_TmbHeight = K_TmbAu015Bl01NineHeight;
Initio.c:				   G_TmbHGap = K_TmbAu015Bl01XGap;
Initio.c:				   G_TmbVGap = K_TmbAu015Bl01YGap;
Initio.c:#ifdef AU015BL01	//patch5.2.1@cwh@AU015BL01;2003/08/08
Initio.c:        G_DisplayType = K_DISPLAY_Au015Bl01;
Initio.c:													//		K_DISPLAY_Au015Bl01 		0x10
JoeToEvb.c:                              #ifdef AU015BL01	//patch5.2.1@cwh@AU015BL01;2003/08/08
JoeToEvb.c:                              ChangeDispDevice(K_DISPLAY_Au015Bl01);
L1_System.c:		else if(mode==8)	// UPS051 or AU015BL01 or CASIO2G1181 or CASIO2G1163
L1_System.c:		#ifdef AU015BL01
L2_lcdtv.c:		//#ifdef AU015BL01	//patch5.2.1@cwh@AU015BL01;2003/08/08
L2_lcdtv.c:		if(index==16)// AU015BL01 output
L2_lcdtv.c:		else if(type==16)	// AU015BL01	//patch5.2.1@cwh@AU015BL01;2003/08/08
L2_lcdtv.c:		else if(mode==8)	// UPS051 or AU015BL01 or CASIO2G1181 or CASIO2G1163		//patch5.2.1@cwh@AU015BL01;2003/08/08
L2_lcdtv.c:        #ifdef AU015BL01
Lcdtv.h:#define K_DISPLAY_Au015Bl01     16 //0x10	//patch5.2.1@cwh@AU015BL01;2003/08/08
Lcdtv.h:#define K_DISPLAY_Au015Bl01Width        ((USHORT)510)	//patch5.2.1@cwh@AU015BL01;2003/08/08
Lcdtv.h:#define K_DISPLAY_Au015Bl01Height       ((USHORT)250)
Lcdtv.h:#define K_DISPLAY_Au015Bl01Width1        ((USHORT)312)	//patch5.2.1@cwh@AU015BL01;2003/08/08
Lcdtv.h:#define K_DISPLAY_Au015Bl01Height1       ((USHORT)250)
Lcdtv.h:#define K_TmbAu015Bl01NineWidth               ((USHORT)76)	//patch5.2.1@cwh@AU015BL01;2003/08/08
Lcdtv.h:#define K_TmbAu015Bl01NineHeight              ((USHORT)68)
Lcdtv.h:#define K_TmbAu015Bl01XGap                    ((USHORT)16)
Lcdtv.h:#define K_TmbAu015Bl01YGap                    ((USHORT)10)
Uiflow.c:                              #ifdef AU015BL01	//patch5.2.1@cwh@AU015BL01;2003/08/08
Uiflow.c:                              ChangeDispDevice(K_DISPLAY_Au015Bl01);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?