文件名称:STM32_COG128128
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-03-30
- 文件大小:
- 196kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个源码是利用STM32驱动COG128128,并让其显示常用ASCII码字库的例子。液晶使用的控制器是UC1617,STM32使用的是R8T6。由于UC1617每次发送一个字节数据是写入4个像素点,而不是普通的8个像素点,所以传统的液晶驱动无法匹配普通字库生成软件生成的字库,在这个例子当中,通过修改底层通讯驱动的方式来“曲线救国”,实现可以在UC1617驱动下的COG128128液晶屏幕上调用字库显示。-This source is the use STM32 drive COG128128, and let it display the ASCII character common examples. LCD controller using the UC1617, STM32 using R8T6. Since UC1617 each time you send a byte of data is written to four pixels, rather than ordinary 8 pixels, so the traditional LCD driver can not match the general character generation software to generate the font, in this example, by modifying the underlying communication driven approach to "Quxianjiuguo" and realize you can call on COG128128 character driven LCD display screen UC1617.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
interrupt
.........\stm32f10x_it.c
.........\stm32f10x_it.h
library
.......\inc
.......\...\cortexm3_macro.h
.......\...\stm32f10x_adc.h
.......\...\stm32f10x_bkp.h
.......\...\stm32f10x_can.h
.......\...\stm32f10x_crc.h
.......\...\stm32f10x_dac.h
.......\...\stm32f10x_dbgmcu.h
.......\...\stm32f10x_dma.h
.......\...\stm32f10x_exti.h
.......\...\stm32f10x_flash.h
.......\...\stm32f10x_fsmc.h
.......\...\stm32f10x_gpio.h
.......\...\stm32f10x_i2c.h
.......\...\stm32f10x_iwdg.h
.......\...\stm32f10x_lib.h
.......\...\stm32f10x_map.h
.......\...\stm32f10x_nvic.h
.......\...\stm32f10x_pwr.h
.......\...\stm32f10x_rcc.h
.......\...\stm32f10x_rtc.h
.......\...\stm32f10x_sdio.h
.......\...\stm32f10x_spi.h
.......\...\stm32f10x_systick.h
.......\...\stm32f10x_tim.h
.......\...\stm32f10x_type.h
.......\...\stm32f10x_usart.h
.......\...\stm32f10x_wwdg.h
.......\src
.......\...\stm32f10x_adc.c
.......\...\stm32f10x_bkp.c
.......\...\stm32f10x_can.c
.......\...\stm32f10x_crc.c
.......\...\stm32f10x_dac.c
.......\...\stm32f10x_dbgmcu.c
.......\...\stm32f10x_dma.c
.......\...\stm32f10x_exti.c
.......\...\stm32f10x_flash.c
.......\...\stm32f10x_fsmc.c
.......\...\stm32f10x_gpio.c
.......\...\stm32f10x_i2c.c
.......\...\stm32f10x_iwdg.c
.......\...\stm32f10x_lib.c
.......\...\stm32f10x_nvic.c
.......\...\stm32f10x_pwr.c
.......\...\stm32f10x_rcc.c
.......\...\stm32f10x_rtc.c
.......\...\stm32f10x_sdio.c
.......\...\stm32f10x_spi.c
.......\...\stm32f10x_systick.c
.......\...\stm32f10x_tim.c
.......\...\stm32f10x_usart.c
.......\...\stm32f10x_wwdg.c
list
obj
...\GPIOled.hex
src
...\COG128128.c
...\COG128128.h
...\font.h
...\main.c
CEPARK_128128.uvopt
CEPARK_128128.uvproj
JLink Regs CM3.txt
JLinkSettings.ini
keilkilll.bat
boot
....\cortexm3_macro.s
....\stm32f10x_vector.s