s3c244~1.searchresults

来自「一个2440开发板的测试源码」· SEARCHRESULTS 代码 · 共 53 行

SEARCHRESULTS
53
字号
---- LCD_BLANK Matches (110 in 3 files) ----
LCD_LTS350Q1_PE1.c (f:\2440test\src):    #define LCD_BLANK		12
LCD_LTS350Q1_PE1.c (f:\2440test\src):	#define C_UP		( LCD_XSIZE_TFT_240320 - LCD_BLANK*2 )
LCD_LTS350Q1_PE1.c (f:\2440test\src):	#define C_RIGHT		( LCD_XSIZE_TFT_240320 - LCD_BLANK*2 )
LCD_LTS350Q1_PE1.c (f:\2440test\src):	#define V_BLACK		( ( LCD_YSIZE_TFT_240320 - LCD_BLANK*4 ) / 6 )
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( LCD_BLANK, LCD_BLANK, ( LCD_XSIZE_TFT_240320 - LCD_BLANK ), ( LCD_YSIZE_TFT_240320 - LCD_BLANK ),0x0000);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*0), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*1),0x001f);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*1), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*2),0x07e0);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*2), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*3),0xf800);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*3), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*4),0xffe0);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*4), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*5),0xf81f);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*5), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*6),0x07ff);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_Line( LCD_BLANK,LCD_BLANK, (LCD_XSIZE_TFT_240320-LCD_BLANK), (LCD_YSIZE_TFT_240320-LCD_BLANK), 0x0000 ) ;
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_Line( LCD_BLANK,(LCD_YSIZE_TFT_240320-LCD_BLANK), (LCD_XSIZE_TFT_240320-LCD_BLANK), LCD_BLANK, 0x0000 ) ;
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_Line( (LCD_XSIZE_TFT_240320/2),(LCD_BLANK*2 + V_BLACK*0), (LCD_XSIZE_TFT_240320/2), (LCD_BLANK*2 + V_BLACK*6), 0x0000 ) ;
LCD_LTS350Q1_PE1.c (f:\2440test\src):	//#define LCD_BLANK		12
LCD_LTS350Q1_PE1.c (f:\2440test\src):	#define LCD_BLANK		0
LCD_LTS350Q1_PE1.c (f:\2440test\src):	#define C_UP		( LCD_XSIZE_TFT_240320 - LCD_BLANK*2 )
LCD_LTS350Q1_PE1.c (f:\2440test\src):	#define C_RIGHT		( LCD_XSIZE_TFT_240320 - LCD_BLANK*2 )
LCD_LTS350Q1_PE1.c (f:\2440test\src):	#define V_BLACK		( ( LCD_YSIZE_TFT_240320 - LCD_BLANK*4 ) / 6 )
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( LCD_BLANK, LCD_BLANK, ( LCD_XSIZE_TFT_240320 - LCD_BLANK ), ( LCD_YSIZE_TFT_240320 - LCD_BLANK ),0x0000);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*0), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*1),0x001f);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*1), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*2),0x07e0);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*2), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*3),0xf800);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*3), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*4),0xffe0);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*4), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*5),0xf81f);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*5), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*6),0x07ff);		//fill a Rectangle with some color
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_Line( LCD_BLANK,LCD_BLANK, (LCD_XSIZE_TFT_240320-LCD_BLANK), (LCD_YSIZE_TFT_240320-LCD_BLANK), 0x0000 ) ;
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_Line( LCD_BLANK,(LCD_YSIZE_TFT_240320-LCD_BLANK), (LCD_XSIZE_TFT_240320-LCD_BLANK), LCD_BLANK, 0x0000 ) ;
LCD_LTS350Q1_PE1.c (f:\2440test\src):	Glib_Line( (LCD_XSIZE_TFT_240320/2),(LCD_BLANK*2 + V_BLACK*0), (LCD_XSIZE_TFT_240320/2), (LCD_BLANK*2 + V_BLACK*6), 0x0000 ) ;
LCD_TFT_640_480.c (f:\2440test\src):	#define LCD_BLANK		30
LCD_TFT_640_480.c (f:\2440test\src):	#define C_UP		( LCD_XSIZE_TFT_640480 - LCD_BLANK*2 )
LCD_TFT_640_480.c (f:\2440test\src):	#define C_RIGHT		( LCD_XSIZE_TFT_640480 - LCD_BLANK*2 )
LCD_TFT_640_480.c (f:\2440test\src):	#define V_BLACK		( ( LCD_YSIZE_TFT_640480 - LCD_BLANK*4 ) / 6 )
LCD_TFT_640_480.c (f:\2440test\src):	Glib_FilledRectangle( LCD_BLANK, LCD_BLANK, ( LCD_XSIZE_TFT_640480 - LCD_BLANK ), ( LCD_YSIZE_TFT_640480 - LCD_BLANK ),0x0000);		//fill a Rectangle with some color
LCD_TFT_640_480.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*0), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*1),0x001f);		//fill a Rectangle with some color
LCD_TFT_640_480.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*1), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*2),0x07e0);		//fill a Rectangle with some color
LCD_TFT_640_480.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*2), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*3),0xf800);		//fill a Rectangle with some color
LCD_TFT_640_480.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*3), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*4),0xffe0);		//fill a Rectangle with some color
LCD_TFT_640_480.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*4), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*5),0xf81f);		//fill a Rectangle with some color
LCD_TFT_640_480.c (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*5), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*6),0x07ff);		//fill a Rectangle with some color
LCD_TFT_640_480.c.bak (f:\2440test\src):	#define LCD_BLANK		30
LCD_TFT_640_480.c.bak (f:\2440test\src):	#define C_UP		( LCD_XSIZE_TFT_640480 - LCD_BLANK*2 )
LCD_TFT_640_480.c.bak (f:\2440test\src):	#define C_RIGHT		( LCD_XSIZE_TFT_640480 - LCD_BLANK*2 )
LCD_TFT_640_480.c.bak (f:\2440test\src):	#define V_BLACK		( ( LCD_YSIZE_TFT_640480 - LCD_BLANK*4 ) / 6 )
LCD_TFT_640_480.c.bak (f:\2440test\src):	Glib_FilledRectangle( LCD_BLANK, LCD_BLANK, ( LCD_XSIZE_TFT_640480 - LCD_BLANK ), ( LCD_YSIZE_TFT_640480 - LCD_BLANK ),0x0000);		//fill a Rectangle with some color
LCD_TFT_640_480.c.bak (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*0), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*1),0x001f);		//fill a Rectangle with some color
LCD_TFT_640_480.c.bak (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*1), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*2),0x07e0);		//fill a Rectangle with some color
LCD_TFT_640_480.c.bak (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*2), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*3),0xf800);		//fill a Rectangle with some color
LCD_TFT_640_480.c.bak (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*3), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*4),0xffe0);		//fill a Rectangle with some color
LCD_TFT_640_480.c.bak (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*4), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*5),0xf81f);		//fill a Rectangle with some color
LCD_TFT_640_480.c.bak (f:\2440test\src):	Glib_FilledRectangle( (LCD_BLANK*2), (LCD_BLANK*2 + V_BLACK*5), (C_RIGHT), (LCD_BLANK*2 + V_BLACK*6),0x07ff);		//fill a Rectangle with some color

⌨️ 快捷键说明

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