文件名称:STM32-LCD-character-display
介绍说明--下载内容来自于网络,使用问题请自行百度
本源代码工程是在正点原子源代码的基础之上改编而来的,大大精简了工程文件,而且不需要SD卡,直接在lcd上显示自定义汉字-The source code project is adapted from the basis of punctuality atom source code, greatly streamlining the project file, and does not require the SD card directly on the LCD display custom Chinese characters
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Stm32 TFT_LCD汉字显示/
Stm32 TFT_LCD汉字显示/CORE/
Stm32 TFT_LCD汉字显示/CORE/core_cm3.c
Stm32 TFT_LCD汉字显示/CORE/core_cm3.h
Stm32 TFT_LCD汉字显示/CORE/startup_stm32f10x_hd.s
Stm32 TFT_LCD汉字显示/CORE/startup_stm32f10x_md.s
Stm32 TFT_LCD汉字显示/HARDWARE/
Stm32 TFT_LCD汉字显示/HARDWARE/HZ/
Stm32 TFT_LCD汉字显示/HARDWARE/HZ/chfont.h
Stm32 TFT_LCD汉字显示/HARDWARE/HZ/chinese.c
Stm32 TFT_LCD汉字显示/HARDWARE/HZ/chinese.h
Stm32 TFT_LCD汉字显示/HARDWARE/LCD/
Stm32 TFT_LCD汉字显示/HARDWARE/LCD/FONT.H
Stm32 TFT_LCD汉字显示/HARDWARE/LCD/lcd.c
Stm32 TFT_LCD汉字显示/HARDWARE/LCD/lcd.h
Stm32 TFT_LCD汉字显示/HARDWARE/LED/
Stm32 TFT_LCD汉字显示/HARDWARE/LED/led.c
Stm32 TFT_LCD汉字显示/HARDWARE/LED/led.h
Stm32 TFT_LCD汉字显示/Readme.txt
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/misc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_adc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_bkp.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_can.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_cec.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_crc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_dac.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_dma.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_exti.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_flash.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_fsmc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_gpio.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_i2c.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_iwdg.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_pwr.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_rcc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_rtc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_sdio.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_spi.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_tim.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_usart.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_wwdg.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/misc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_adc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_bkp.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_can.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_cec.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_crc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_dac.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_dma.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_exti.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_flash.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_fsmc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_gpio.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_i2c.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_iwdg.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_pwr.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_rcc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_rtc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_sdio.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_spi.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_tim.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_usart.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_wwdg.c
Stm32 TFT_LCD汉字显示/SYSTEM/
Stm32 TFT_LCD汉字显示/SYSTEM/delay/
Stm32 TFT_LCD汉字显示/SYSTEM/delay/delay.c
Stm32 TFT_LCD汉字显示/SYSTEM/delay/delay.h
Stm32 TFT_LCD汉字显示/SYSTEM/sys/
Stm32 TFT_LCD汉字显示/SYSTEM/sys/sys.c
Stm32 TFT_LCD汉字显示/SYSTEM/sys/sys.h
Stm32 TFT_LCD汉字显示/USER/
Stm32 TFT_LCD汉字显示/USER/LCD.Uv2
Stm32 TFT_LCD汉字显示/USER/main.c
Stm32 TFT_LCD汉字显示/USER/stm32f10x.h
Stm32 TFT_LCD汉字显示/USER/stm32f10x_conf.h
Stm32 TFT_LCD汉字显示/USER/stm32f10x_it.c
Stm32 TFT_LCD汉字显示/USER/stm32f10x_it.h
Stm32 TFT_LCD汉字显示/USER/system_stm32f10x.c
Stm32 TFT_LCD汉字显示/USER/system_stm32f10x.h
Stm32 TFT_LCD汉字显示/keilkilll.bat
Stm32 TFT_LCD汉字显示/CORE/
Stm32 TFT_LCD汉字显示/CORE/core_cm3.c
Stm32 TFT_LCD汉字显示/CORE/core_cm3.h
Stm32 TFT_LCD汉字显示/CORE/startup_stm32f10x_hd.s
Stm32 TFT_LCD汉字显示/CORE/startup_stm32f10x_md.s
Stm32 TFT_LCD汉字显示/HARDWARE/
Stm32 TFT_LCD汉字显示/HARDWARE/HZ/
Stm32 TFT_LCD汉字显示/HARDWARE/HZ/chfont.h
Stm32 TFT_LCD汉字显示/HARDWARE/HZ/chinese.c
Stm32 TFT_LCD汉字显示/HARDWARE/HZ/chinese.h
Stm32 TFT_LCD汉字显示/HARDWARE/LCD/
Stm32 TFT_LCD汉字显示/HARDWARE/LCD/FONT.H
Stm32 TFT_LCD汉字显示/HARDWARE/LCD/lcd.c
Stm32 TFT_LCD汉字显示/HARDWARE/LCD/lcd.h
Stm32 TFT_LCD汉字显示/HARDWARE/LED/
Stm32 TFT_LCD汉字显示/HARDWARE/LED/led.c
Stm32 TFT_LCD汉字显示/HARDWARE/LED/led.h
Stm32 TFT_LCD汉字显示/Readme.txt
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/misc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_adc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_bkp.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_can.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_cec.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_crc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_dac.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_dma.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_exti.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_flash.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_fsmc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_gpio.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_i2c.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_iwdg.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_pwr.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_rcc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_rtc.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_sdio.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_spi.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_tim.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_usart.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/inc/stm32f10x_wwdg.h
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/misc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_adc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_bkp.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_can.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_cec.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_crc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_dac.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_dma.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_exti.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_flash.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_fsmc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_gpio.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_i2c.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_iwdg.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_pwr.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_rcc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_rtc.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_sdio.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_spi.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_tim.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_usart.c
Stm32 TFT_LCD汉字显示/STM32F10x_FWLib/src/stm32f10x_wwdg.c
Stm32 TFT_LCD汉字显示/SYSTEM/
Stm32 TFT_LCD汉字显示/SYSTEM/delay/
Stm32 TFT_LCD汉字显示/SYSTEM/delay/delay.c
Stm32 TFT_LCD汉字显示/SYSTEM/delay/delay.h
Stm32 TFT_LCD汉字显示/SYSTEM/sys/
Stm32 TFT_LCD汉字显示/SYSTEM/sys/sys.c
Stm32 TFT_LCD汉字显示/SYSTEM/sys/sys.h
Stm32 TFT_LCD汉字显示/USER/
Stm32 TFT_LCD汉字显示/USER/LCD.Uv2
Stm32 TFT_LCD汉字显示/USER/main.c
Stm32 TFT_LCD汉字显示/USER/stm32f10x.h
Stm32 TFT_LCD汉字显示/USER/stm32f10x_conf.h
Stm32 TFT_LCD汉字显示/USER/stm32f10x_it.c
Stm32 TFT_LCD汉字显示/USER/stm32f10x_it.h
Stm32 TFT_LCD汉字显示/USER/system_stm32f10x.c
Stm32 TFT_LCD汉字显示/USER/system_stm32f10x.h
Stm32 TFT_LCD汉字显示/keilkilll.bat
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
