搜索资源列表
PS2_mouse
- PS2鼠标与单片机接口,1620液晶上面显示鼠标坐标数据,还有PROTUES仿真电路图-PS2 mouse and the single-chip interface, the LCD 1620 shown above the mouse coordinates of the data, as well as circuit simulation PROTUES
ps2_mouse_driver
- 利用MSC系列单片机 89S51 模拟PS2协议 对鼠标进行读写控制 可以再LCD1602 上显示坐标和鼠标按键值-used MSC series MCU 89S51 to drive PS2 mouse ,display the keyvalue and position
MouseAND1602
- 51单片机开发光电鼠标,并用1602显示坐标及按键-51 MCU development of optical mouse, and use 1602 display coordinates and key
ps2-mouse-51-
- 单片机与PS2鼠标程序滚轮识别显示3D坐标-SCM and PS2 mouse wheel recognition program displays 3D coordinates
PS2Mouse
- 51单片机接入PS2鼠标,获得x,y坐标及鼠标左右中键的代码!-51 single access PS2 mouse, get x, y coordinates and the right mouse button in the code!
Touch-USB-mouse-experiments
- 本实验将实现如下功能:开机的时候先检测触摸屏是否校准过,如果没有,则校准。如果校准过了,则开始触摸屏画图,然后将我们的坐标数据上传到电脑(假定USB已经配置成功了,DS1亮),这样就可以用触摸屏来控制电脑的鼠标了。我们用按键KEY0模拟鼠标右键,用按键KEY2模拟鼠标左键,用按键WK_UP和KEY1模拟鼠标滚轮的上下滚动。同样我们也是用DS0来指示程序正在运行。-The experiment will achieve the following functions: boot time befo
touch_USB_mouse
- 本实验将实现如下功能:开机的时候先检测触摸屏是否校准过,如果没有,则校准。如果校准过了,则开始触摸屏画图,然后将我们的坐标数据上传到电脑(假定USB已经配置成功了,DS1亮),这样就可以用触摸屏来控制电脑的鼠标了。我们用按键KEY0模拟鼠标右键,用按键KEY2模拟鼠标左键,用按键WK_UP和KEY1模拟鼠标滚轮的上下滚动。同样我们也是用DS0来指示程序正在运行。-The experiment will achieve the following functions: boot time befo
Host test
- 开机的时候先显示一些提示信息,然后初始化USB HOST,并不断轮询。当检测到USB鼠标 /键盘的插入后,显示设备类型,并显示设备输入数据: 如果是USB鼠标:将显示鼠标移动的坐标(X,Y坐标),滚轮滚动数值(Z坐标)以及按键(左中右)。 如果是USB键盘:将显示键盘输入的数字/字母等内容(不是所有按键都支持,部分按键没有做解码支 持,比如F1~F12)。(When you start, display some prompt information first, the