文件名称:TFTLCDdisplay-experiment
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-12-09
- 文件大小:
- 76kb
- 下载次数:
- 0次
- 提 供 者:
- ji***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
单片机开发板,本实验将实现如下功能:本实验利用战舰STM32开发板连接ALIENTEK TFTLCD模块,实现TFTLCD模块的显示,下载成功后,通过把LCD模块插入TFTLCD模块接口(靠右插),按下复位之后,就可以看到LCD模块不停的显示一些信息并不断切换底色。同时该实验会显示LCD驱动器的ID,并且会在串口打印(按复位一次,打印一次)。
-This experiment will achieve the following functions: the experimental use of warships STM32 development board connected ALIENTEK TFTLCD module TFTLCD module display the download is successful, the LCD module is inserted TFTLCD module interface (right-hand interpolation), press the reset cansee the LCD module display some information and constantly switching the background color. Meanwhile, the experiment will show the LCD driver ID and serial printer (press the reset time, print time).
-This experiment will achieve the following functions: the experimental use of warships STM32 development board connected ALIENTEK TFTLCD module TFTLCD module display the download is successful, the LCD module is inserted TFTLCD module interface (right-hand interpolation), press the reset cansee the LCD module display some information and constantly switching the background color. Meanwhile, the experiment will show the LCD driver ID and serial printer (press the reset time, print time).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验13 TFTLCD显示实验\HARDWARE\BEEP\beep.c
.....................\........\....\beep.h
.....................\........\EXTI\exti.c
.....................\........\....\exti.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
.....................\........\TIMER\timer.c
.....................\........\.....\timer.h
.....................\........\.PAD\tpad.c
.....................\........\....\tpad.h
.....................\........\WDG\wdg.c
.....................\........\...\wdg.h
.....................\keilkill.bat
.....................\OBJ\test.hex
.....................\README.TXT
.....................\SYSTEM\delay\delay.c
.....................\......\.....\delay.h
.....................\......\sys\sys.c
.....................\......\...\sys.h
.....................\......\usart\usart.c
.....................\......\.....\usart.h
.....................\USER\startup_stm32f10x_hd.s
.....................\....\test.c
.....................\....\test.Opt
.....................\....\test.Uv2
.....................\HARDWARE\BEEP
.....................\........\EXTI
.....................\........\KEY
.....................\........\LCD
.....................\........\LED
.....................\........\OLED
.....................\........\TIMER
.....................\........\TPAD
.....................\........\WDG
.....................\SYSTEM\delay
.....................\......\sys
.....................\......\usart
.....................\HARDWARE
.....................\OBJ
.....................\SYSTEM
.....................\USER
实验13 TFTLCD显示实验