高中生
最后登录1970-1-1
在线时间 小时
注册时间2015-6-19
|
LCD_DispStrCH(0, 300, (uint8_t *)“确定", RED);
if(touch_flag == 1)
{
if(Get_touch_point(&display, Read_2046_2(), &touch_para ) !=DISABLE)
{
if(display.x<=30)
{
if(display.y>300)
LCD_Clear(0, 0, 240, 320, WHITE);
}
}
}
为什么会没有反应呢? |
|