LCD_HZ

所属分类:单片机开发
开发工具:Others
文件大小:1498KB
下载次数:4
上传日期:2011-11-03 21:01:43
上 传 者lindaisland
说明:  用keil工具开发的,STM3210开发板,实现LCD_HZ的驱动和功能显示,文件较全,用户可以下载来用。
(With keil tool development, STM3210 development board, the drive to achieve LCD_HZ and function display, than the whole file, the user can download to use.)

文件列表:
LCD_HZ\common\inc\cortexm3_macro.h (2225, 2008-09-06)
LCD_HZ\common\inc\fonts.h (25184, 2008-12-31)
LCD_HZ\common\inc\HZK.h (794845, 2008-12-31)
LCD_HZ\common\inc\lcd.h (7083, 2008-12-31)
LCD_HZ\common\inc\main.h (1668, 2008-12-14)
LCD_HZ\common\inc\spi_flash.h (2606, 2008-11-05)
LCD_HZ\common\inc\stm32f10x_bkp.h (6911, 2008-07-04)
LCD_HZ\common\inc\stm32f10x_flash.h (13996, 2008-07-04)
LCD_HZ\common\inc\stm32f10x_fsmc.h (19041, 2008-07-04)
LCD_HZ\common\inc\stm32f10x_gpio.h (14820, 2008-09-06)
LCD_HZ\common\inc\stm32f10x_it.h (4511, 2008-07-07)
LCD_HZ\common\inc\stm32f10x_lib.h (3200, 2008-09-06)
LCD_HZ\common\inc\stm32f10x_map.h (28290, 2008-09-05)
LCD_HZ\common\inc\stm32f10x_nvic.h (19198, 2008-07-04)
LCD_HZ\common\inc\stm32f10x_pwr.h (3865, 2008-07-04)
LCD_HZ\common\inc\stm32f10x_rcc.h (14783, 2008-09-06)
LCD_HZ\common\inc\stm32f10x_spi.h (13782, 2008-09-06)
LCD_HZ\common\inc\stm32f10x_systick.h (3212, 2008-07-04)
LCD_HZ\common\inc\stm32f10x_type.h (3388, 2008-09-06)
LCD_HZ\common\inc\stm32f10x_usart.h (14475, 2008-09-07)
LCD_HZ\common\src\cortexm3_macro.s (10308, 2008-07-04)
LCD_HZ\common\src\lcd.c (34401, 2008-12-31)
LCD_HZ\common\src\spi_flash.c (18619, 2008-11-05)
LCD_HZ\common\src\stm32f10x_bkp.c (11170, 2008-07-04)
LCD_HZ\common\src\stm32f10x_flash.c (32684, 2008-07-04)
LCD_HZ\common\src\stm32f10x_fsmc.c (41224, 2008-09-21)
LCD_HZ\common\src\stm32f10x_gpio.c (22512, 2008-07-04)
LCD_HZ\common\src\stm32f10x_lib.c (9154, 2008-07-04)
LCD_HZ\common\src\stm32f10x_nvic.c (28776, 2008-07-04)
LCD_HZ\common\src\stm32f10x_pwr.c (11198, 2008-07-04)
LCD_HZ\common\src\stm32f10x_rcc.c (43838, 2008-11-06)
LCD_HZ\common\src\stm32f10x_spi.c (34808, 2008-07-04)
LCD_HZ\common\src\stm32f10x_systick.c (6993, 2008-07-04)
LCD_HZ\common\src\stm32f10x_usart.c (43292, 2008-07-04)
LCD_HZ\common\startup\stm32f10x_vector.s (13234, 2008-12-26)
LCD_HZ\LCD_HZ_Test\inc\platform_config.h (2234, 2008-09-26)
LCD_HZ\LCD_HZ_Test\inc\stm32f10x_conf.h (6287, 2008-12-03)
LCD_HZ\LCD_HZ_Test\listing\cortexm3_macro.lst (27679, 2009-11-06)
LCD_HZ\LCD_HZ_Test\listing\LCD_Test.map (63916, 2009-11-06)
LCD_HZ\LCD_HZ_Test\listing\stm32f10x_vector.lst (42493, 2009-11-06)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Date First Issued : 06/13/2008 * Description : Description of the LCD_FSMC. ******************************************************************************** * History: * 13/06/2008: V0.1 ******************************************************************************** * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE * CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ Example description =================== This example shows how to operate LCD_ILI9325,set lcd backgroud,print string on LCD and draw some graphics on LCD such as Circle and so on. Directory contents ================== stm32f10x_conf.h Library Configuration file stm32f10x_it.h Interrupt handlers header file stm32f10x_it.c Interrupt handlers source file main.c Main program lcd.c lcd program How to use it ============= In order to make the program work, you must do the following : - Create a project and setup all your toolchain's start-up files - Compile the directory content files and required Library files : + stm32f10x_gpio.c + stm32f10x_rcc.c + stm32f10x_spi.c + stm32f10x_flash.c + stm32f10x_systick.c - Link all compiled files and load your image into either RAM or Flash - Run the example ******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者