LCD_Draw_ColorLine(0,0,240,240,BLUE); //画斜线(从左到右,45°) LCD_Draw_ColorLine(0,240,240,0,GREEN); //画斜线(从右到左,45°) LCD_Draw_ColorLine(120,0,120,240,YELLOW); //画垂直线 LCD_Draw_ColorLine(180,0,60,240,RED); //画斜线(从左到右,120°) LCD_Draw_ColorLine(60,...
LCD_Draw_ColorLine(0,0,240,240,BLUE); //画斜线(从左到右,45°) LCD_Draw_ColorLine(0,240,240,0,GREEN); //画斜线(从右到左,45°) LCD_Draw_ColorLine(120,0,120,240,YELLOW); //画垂直线 LCD_Draw_ColorLine(180,0,60,240,RED); //画斜线(从左到右,120°) LCD_Draw_ColorLine(60,...
LCD_Draw_ColorLine(0,0,240,240,BLUE); //画斜线(从左到右,45°) LCD_Draw_ColorLine(0,240,240,0,GREEN); //画斜线(从右到左,45°) LCD_Draw_ColorLine(120,0,120,240,YELLOW); //画垂直线 LCD_Draw_ColorLine(180,0,60,240,RED); //画斜线(从左到右,120°) LCD_Draw_ColorLine(60,...