学前班
最后登录1970-1-1
在线时间 小时
注册时间2015-12-1
|
之前参考火哥的教学视频已经知道如何在电容屏上显示图片。
但是现在想设置一个按钮呼唤出一个菜单,然后在操作菜单。请
问各位这应该如何编写,如果有示范的程序提供给在下那就最好
了。
附上我现在用的程序:
if(x>=250 && x<=350 && y>=320 && y<=420) // 手动运行
{
a = 0;
LED2_OFF;
LED1_OFF;
AUTO_button = S_OFF;
Lcd_show_bmp(600,190,"1:test_picture/r_button.bmp");
Lcd_show_bmp(450,190,"1:test_picture/g_button.bmp");
Lcd_show_bmp(50,320,"1:test_picture/g_button.bmp");
}
|
|