STM32_COG128128

所属分类:单片机开发
开发工具:C/C++
文件大小:196KB
下载次数:45
上传日期:2014-03-30 10:20:02
上 传 者candura
说明:  这个源码是利用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 (0, 2014-03-30)
interrupt\stm32f10x_it.c (29218, 2008-07-14)
interrupt\stm32f10x_it.h (3842, 2008-07-14)
library (0, 2014-03-30)
library\inc (0, 2014-03-30)
library\inc\cortexm3_macro.h (2225, 2008-07-14)
library\inc\stm32f10x_adc.h (18854, 2008-07-14)
library\inc\stm32f10x_bkp.h (6911, 2008-07-14)
library\inc\stm32f10x_can.h (12279, 2008-07-14)
library\inc\stm32f10x_crc.h (1881, 2008-07-14)
library\inc\stm32f10x_dac.h (9598, 2008-07-14)
library\inc\stm32f10x_dbgmcu.h (2859, 2008-07-14)
library\inc\stm32f10x_dma.h (17974, 2008-07-14)
library\inc\stm32f10x_exti.h (5776, 2008-07-14)
library\inc\stm32f10x_flash.h (13996, 2008-07-14)
library\inc\stm32f10x_fsmc.h (19041, 2008-07-14)
library\inc\stm32f10x_gpio.h (14820, 2008-07-14)
library\inc\stm32f10x_i2c.h (15479, 2008-07-14)
library\inc\stm32f10x_iwdg.h (3414, 2008-07-14)
library\inc\stm32f10x_lib.h (3200, 2008-07-14)
library\inc\stm32f10x_map.h (28290, 2008-07-14)
library\inc\stm32f10x_nvic.h (19198, 2008-07-14)
library\inc\stm32f10x_pwr.h (3865, 2008-07-14)
library\inc\stm32f10x_rcc.h (14783, 2008-07-14)
library\inc\stm32f10x_rtc.h (3619, 2008-07-14)
library\inc\stm32f10x_sdio.h (18326, 2008-07-14)
library\inc\stm32f10x_spi.h (13470, 2008-07-14)
library\inc\stm32f10x_systick.h (3212, 2008-07-14)
library\inc\stm32f10x_tim.h (47203, 2008-07-14)
library\inc\stm32f10x_type.h (3388, 2008-07-14)
library\inc\stm32f10x_usart.h (14180, 2008-07-14)
library\inc\stm32f10x_wwdg.h (2620, 2008-07-14)
library\src (0, 2014-03-30)
library\src\stm32f10x_adc.c (58563, 2008-07-14)
library\src\stm32f10x_bkp.c (11170, 2008-07-14)
library\src\stm32f10x_can.c (32053, 2008-07-14)
library\src\stm32f10x_crc.c (4615, 2008-07-14)
library\src\stm32f10x_dac.c (17175, 2008-07-14)
library\src\stm32f10x_dbgmcu.c (5222, 2008-07-14)
library\src\stm32f10x_dma.c (33291, 2008-07-14)
... ...

近期下载者

相关文件


收藏者