- huffman Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
- PThread 线程类
- VibrationTestingSystem 基于LabVIEW软件设计振动测试系统
- VB_source_SQL_generator VB小巧的SQL语句生成器源码VB compact source SQL statement generator
- mokdintroduction 详细介绍VC中的socket编程
- nou_v80 It contains positional PID algorithm
文件名称: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
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
