文件名称:STM32_COG128128
介绍说明--下载内容来自于网络,使用问题请自行百度
这个源码是利用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/
interrupt/stm32f10x_it.c
interrupt/stm32f10x_it.h
library/
library/inc/
library/inc/cortexm3_macro.h
library/inc/stm32f10x_adc.h
library/inc/stm32f10x_bkp.h
library/inc/stm32f10x_can.h
library/inc/stm32f10x_crc.h
library/inc/stm32f10x_dac.h
library/inc/stm32f10x_dbgmcu.h
library/inc/stm32f10x_dma.h
library/inc/stm32f10x_exti.h
library/inc/stm32f10x_flash.h
library/inc/stm32f10x_fsmc.h
library/inc/stm32f10x_gpio.h
library/inc/stm32f10x_i2c.h
library/inc/stm32f10x_iwdg.h
library/inc/stm32f10x_lib.h
library/inc/stm32f10x_map.h
library/inc/stm32f10x_nvic.h
library/inc/stm32f10x_pwr.h
library/inc/stm32f10x_rcc.h
library/inc/stm32f10x_rtc.h
library/inc/stm32f10x_sdio.h
library/inc/stm32f10x_spi.h
library/inc/stm32f10x_systick.h
library/inc/stm32f10x_tim.h
library/inc/stm32f10x_type.h
library/inc/stm32f10x_usart.h
library/inc/stm32f10x_wwdg.h
library/src/
library/src/stm32f10x_adc.c
library/src/stm32f10x_bkp.c
library/src/stm32f10x_can.c
library/src/stm32f10x_crc.c
library/src/stm32f10x_dac.c
library/src/stm32f10x_dbgmcu.c
library/src/stm32f10x_dma.c
library/src/stm32f10x_exti.c
library/src/stm32f10x_flash.c
library/src/stm32f10x_fsmc.c
library/src/stm32f10x_gpio.c
library/src/stm32f10x_i2c.c
library/src/stm32f10x_iwdg.c
library/src/stm32f10x_lib.c
library/src/stm32f10x_nvic.c
library/src/stm32f10x_pwr.c
library/src/stm32f10x_rcc.c
library/src/stm32f10x_rtc.c
library/src/stm32f10x_sdio.c
library/src/stm32f10x_spi.c
library/src/stm32f10x_systick.c
library/src/stm32f10x_tim.c
library/src/stm32f10x_usart.c
library/src/stm32f10x_wwdg.c
list/
obj/
obj/GPIOled.hex
src/
src/COG128128.c
src/COG128128.h
src/font.h
src/main.c
CEPARK_128128.uvopt
CEPARK_128128.uvproj
JLink Regs CM3.txt
JLinkSettings.ini
keilkilll.bat
boot/
boot/cortexm3_macro.s
boot/stm32f10x_vector.s
interrupt/stm32f10x_it.c
interrupt/stm32f10x_it.h
library/
library/inc/
library/inc/cortexm3_macro.h
library/inc/stm32f10x_adc.h
library/inc/stm32f10x_bkp.h
library/inc/stm32f10x_can.h
library/inc/stm32f10x_crc.h
library/inc/stm32f10x_dac.h
library/inc/stm32f10x_dbgmcu.h
library/inc/stm32f10x_dma.h
library/inc/stm32f10x_exti.h
library/inc/stm32f10x_flash.h
library/inc/stm32f10x_fsmc.h
library/inc/stm32f10x_gpio.h
library/inc/stm32f10x_i2c.h
library/inc/stm32f10x_iwdg.h
library/inc/stm32f10x_lib.h
library/inc/stm32f10x_map.h
library/inc/stm32f10x_nvic.h
library/inc/stm32f10x_pwr.h
library/inc/stm32f10x_rcc.h
library/inc/stm32f10x_rtc.h
library/inc/stm32f10x_sdio.h
library/inc/stm32f10x_spi.h
library/inc/stm32f10x_systick.h
library/inc/stm32f10x_tim.h
library/inc/stm32f10x_type.h
library/inc/stm32f10x_usart.h
library/inc/stm32f10x_wwdg.h
library/src/
library/src/stm32f10x_adc.c
library/src/stm32f10x_bkp.c
library/src/stm32f10x_can.c
library/src/stm32f10x_crc.c
library/src/stm32f10x_dac.c
library/src/stm32f10x_dbgmcu.c
library/src/stm32f10x_dma.c
library/src/stm32f10x_exti.c
library/src/stm32f10x_flash.c
library/src/stm32f10x_fsmc.c
library/src/stm32f10x_gpio.c
library/src/stm32f10x_i2c.c
library/src/stm32f10x_iwdg.c
library/src/stm32f10x_lib.c
library/src/stm32f10x_nvic.c
library/src/stm32f10x_pwr.c
library/src/stm32f10x_rcc.c
library/src/stm32f10x_rtc.c
library/src/stm32f10x_sdio.c
library/src/stm32f10x_spi.c
library/src/stm32f10x_systick.c
library/src/stm32f10x_tim.c
library/src/stm32f10x_usart.c
library/src/stm32f10x_wwdg.c
list/
obj/
obj/GPIOled.hex
src/
src/COG128128.c
src/COG128128.h
src/font.h
src/main.c
CEPARK_128128.uvopt
CEPARK_128128.uvproj
JLink Regs CM3.txt
JLinkSettings.ini
keilkilll.bat
boot/
boot/cortexm3_macro.s
boot/stm32f10x_vector.s
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.