文件名称:The-touch-screen-test
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-05-20
- 文件大小:
- 165kb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
功能:开机的时候先通过24C02的数据判断触摸屏是否已经校准过,如果没有校准,则执行校准程序,校准过后再进入手写程序。如果已经校准了,就直接进入手写程序,此时可以通过按动屏幕来实现手写输入。屏幕上会有一个清空的操作区域(RST),点击这个地方就会将输入全部清除,恢复白板状态。程序会设置一个强制校准,就是通过按KEY0来实现,只要按下KEY0就会进入强制校准程序-Function: the boot when the first through the 24C02 data to determine whether the touch screen has been calibrated, if no calibration, performing calibration procedures, calibration before entering handwritten procedures. If it has been calibrated, directly into the handwritten procedures, this can be achieved by tapping the screen handwriting input. Operating area will have a clear screen (RST), click on this place will enter the all clear, restore the whiteboard state. The program will set a mandatory calibration, is by KEY0 to achieve, just press KEY0 will enter into force calibration procedure
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验26 触摸屏实验\HARDWARE\24CXX\24cxx.c
.................\........\.....\24cxx.h
.................\........\.....\myiic.c
.................\........\.....\myiic.h
.................\........\ADC\adc.c
.................\........\...\adc.h
.................\........\BEEP\beep.c
.................\........\....\beep.h
.................\........\CAN\can.c
.................\........\...\can.h
.................\........\DAC\dac.c
.................\........\...\dac.h
.................\........\.MA\dma.c
.................\........\...\dma.h
.................\........\EXTI\exti.c
.................\........\....\exti.h
.................\........\FLASH\flash.c
.................\........\.....\flash.h
.................\........\KEY\key.c
.................\........\...\key.h
.................\........\LCD\FONT.H
.................\........\...\ILI93xx.c
.................\........\...\LCD.h
.................\........\.ED\led.c
.................\........\...\led.h
.................\........\OLED\oled.c
.................\........\....\oled.h
.................\........\....\oledfont.h
.................\........\RS485\rs485.c
.................\........\.....\rs485.h
.................\........\.TC\rtc.c
.................\........\...\rtc.h
.................\........\SPI\spi.c
.................\........\...\spi.h
.................\........\TIMER\timer.c
.................\........\.....\timer.h
.................\........\.OUCH\touch.c
.................\........\.....\touch.h
.................\........\.PAD\tpad.c
.................\........\....\tpad.h
.................\........\WDG\wdg.c
.................\........\...\wdg.h
.................\........\.KUP\wkup.c
.................\........\....\wkup.h
.................\keilkill.bat
.................\OBJ\test.hex
.................\README.TXT
.................\SYSTEM\delay\delay.c
.................\......\.....\delay.h
.................\......\readme.txt
.................\......\sys\sys.c
.................\......\...\sys.h
.................\......\usart\usart.c
.................\......\.....\usart.h
.................\USER\JLinkSettings.ini
.................\....\startup_stm32f10x_hd.s
.................\....\test.c
.................\....\test.Opt
.................\....\test.Uv2
.................\....\test.uvgui.Administrator
.................\....\test.uvopt
.................\....\test.uvproj
.................\..MART\readme.txt
.................\......\usmart.c
.................\......\usmart.h
.................\......\usmart_config.c
.................\......\usmart_str.c
.................\......\usmart_str.h
.................\HARDWARE\24CXX
.................\........\ADC
.................\........\BEEP
.................\........\CAN
.................\........\DAC
.................\........\DMA
.................\........\EXTI
.................\........\FLASH
.................\........\KEY
.................\........\LCD
.................\........\LED
.................\........\OLED
.................\........\RS485
.................\........\RTC
.................\........\SPI
.................\........\TIMER
.................\........\TOUCH
.................\........\TPAD
.................\........\WDG
.................\........\WKUP
.................\SYSTEM\delay
.................\......\sys
.................\......\usart
.................\HARDWARE
.................\OBJ
.................\SYSTEM
.................\USER
.................\USMART
实验26 触摸屏实验