文件名称:STM32-Touch-screen
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.66mb
- 下载次数:
- 0次
- 提 供 者:
- 庞**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
开机的时候先通过24C02的数据判断触摸屏是否已经校准过,如果没有校准,则执行校准程序,校准过后再进入手写程序。如果已经校准了,就直接进入手写程序,此时可以通过按动屏幕来实现手写输入。屏幕上会有一个清空的操作区域(RST),点击这个地方就会将输入全部清除,恢复白板状态。程序会设置一个强制校准,就是通过按KEY0来实现,只要按下KEY0就会进入强制校准程序,这个强制校准程序是必须的-Boot time to pass the the 24C02 data to determine the touch screen has been calibrated, if not calibrated, the calibration procedure, enter the handwriting program and then calibrated. Has been calibrated, direct access to the handwriting program by pressing the screen handwriting input. Operating area (RST) have a clear screen, click on the place will enter all clear recovery whiteboard state. Program will set a mandatory calibration is achieved by KEY0, just press KEY0 will enter a mandatory calibration procedure, the the mandatory calibration procedure is must
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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\sys.c
....................................\......\...\sys.h
....................................\......\usart\usart.c
....................................\......\.....\usart.h
....................................\USER\24cxx.crf
....................................\....\24cxx.d
....................................\....\24cxx.o
....................................\....\adc.crf
....................................\....\adc.d
....................................\....\adc.o
....................................\....\delay.crf
....................................\....\delay.d
....................................\....\delay.o
....................................\....\dma.crf
....................................\....\dma.d
....................................\....\dma.o
....................................\....\flash.crf
....................................\....\flash.d
....................................\....\flash.o
....................................\....\ili93xx.crf
....................................\....\ili93xx.d
....................................\....\ili93xx.o
....................................\....\key.crf
....................................\....\key.d
....................................\....\key.o
....................................\....\led.crf
....................................\....\led.d
....................................\....\led.o
....................................\....\myiic.crf
....................................\....\myiic.d
....................................\....\myiic.o
....................................\....\rtc.crf
....................................\....\rtc.d
....................................\....\rtc.o
....................................\....\spi.crf
....................................\....\spi.d
....................................\....\spi.o
....................................\....\STM32F