文件名称:ALIENTEK-MINISTM32-Touch-screen
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-12-19
- 文件大小:
- 122kb
- 下载次数:
- 0次
- 提 供 者:
- 五**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本实验将实现如下功能:开机的时候先通过24C02的数据判断触摸屏是否已经校准过,如果没有校准,则执行校准程序,校准过后再进入手写程序。如果已经校准了,就直接进入手写程序,此时可以通过按动屏幕来实现手写输入。屏幕上会有一个清空的操作区域(RST),点击这个地方就会将输入全部清除,恢复白板状态。程序会设置一个强制校准,就是通过按KEY0来实现,只要按下KEY0就会进入强制校准程序,这个强制校准程序是必须的。-The experiment will achieve the following functions: first boot time by 24C02 data to determine whether the touch screen has been calibrated, if not calibrated, perform the calibration procedure, the calibration procedure again after entering handwriting. If you have already calibrated, handwriting directly into the program, this time can be achieved by pressing the screen handwriting input. On the screen will be a emptied operating area (RST), click on this place will clear all the input, to restore white state. The program will set a mandatory calibration is achieved by pressing KEY0, KEY0 enters forced by pressing the calibration process, the calibration procedure is necessary to force.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ALIENTEK MINISTM32 实验18 触摸屏实验\HARDWARE\24CXX\24cxx.c
....................................\........\.....\24cxx.h
....................................\........\.....\myiic.c
....................................\........\.....\myiic.h
....................................\........\ADC\adc.c
....................................\........\...\adc.h
....................................\........\DMA\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\FONT.H
....................................\........\....\oled.c
....................................\........\....\oled.h
....................................\........\RTC\rtc.c
....................................\........\...\rtc.h
....................................\........\SPI\spi.c
....................................\........\...\spi.h
....................................\........\TIMER\timer.c
....................................\........\.....\timer.h
....................................\........\.OUCH\touch.c
....................................\........\.....\touch.h
....................................\........\WDG\wdg.c
....................................\........\...\wdg.h
....................................\........\.KUP\wkup.c
....................................\........\....\wkup.h
....................................\keilkilll.bat
....................................\README.TXT
....................................\SYSTEM\delay\delay.c
....................................\......\.....\delay.h
....................................\......\sys\cortexm3_macro.h
....................................\......\...\stm32f10x_conf.h
....................................\......\...\stm32f10x_it.h
....................................\......\...\stm32f10x_map.h
....................................\......\...\stm32f10x_nvic.h
....................................\......\...\stm32f10x_type.h
....................................\......\...\sys.c
....................................\......\...\sys.h
....................................\......\usart\usart.c
....................................\......\.....\usart.h
....................................\USER\JLinkSettings.ini
....................................\....\STM32F10x.s
....................................\....\test.c
....................................\....\TEST.hex
....................................\....\TEST.Opt
....................................\....\TEST.Uv2
....................................\....\TEST.uvgui.Administrator
....................................\....\TEST.uvopt
....................................\....\TEST.uvproj
....................................\HARDWARE\24CXX
....................................\........\ADC
....................................\........\DMA
....................................\........\EXTI
....................................\........\FLASH
....................................\........\KEY
....................................\........\LCD
....................................\........\LED
....................................\........\OLED
....................................\........\RTC
....................................\........\SPI
....................................\........\TIMER
....................................\........\TOUCH
....................................\........\WDG
....................................\........\WKUP
....................................\SYSTEM\delay
..