void GUI_MOVE_WEN(uint x, uint y_end, uchar *cn,uchar wide, uint high, uint wordColor, uint backColor, uint color)
{
uchar i,j,area;
area=wide*high;
for(i=0; i<=y_end; i++)
{
GUI_Write22CnChar(x, i, *cn, RED, BLACK);
TFT_SetWindow(x, i, x + wide-1, i + high-1);
for(j=0; j<area; j++)
{
TFT_WriteColor(color);
}
}
}
这样写对不对呢?我就是想自己可以随便输入一行字*cn
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
一周热门 更多>