文件名称:ucgui
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:12.37mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
自己编写的基于STM32F103的ucgui裸奔程序,不带操作系统,LCD使用常见的ILI9325驱动IC,非常简单,使用keil 3开发,适合初学者学习!-I have written based on the the STM32F103 of ucgui streaking procedure, without the operating system, use the LCD a common ILI9325 driver IC, very simple, use the keil development, suitable for beginners to learn!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ucgui/
ucgui/BSP/
ucgui/BSP/LCD/
ucgui/BSP/LCD/ascii.c
ucgui/BSP/LCD/bmp1.c
ucgui/BSP/LCD/bmp2.c
ucgui/BSP/LCD/bmp3.c
ucgui/BSP/LCD/bmp4.c
ucgui/BSP/LCD/bmp5.c
ucgui/BSP/LCD/ili9325.c
ucgui/BSP/LCD/ili9325.h
ucgui/BSP/LCD/pic.c
ucgui/BSP/LED/
ucgui/BSP/LED/LED.c
ucgui/BSP/LED/LED.h
ucgui/BSP/TOUCH/
ucgui/BSP/TOUCH/ADS7843.c
ucgui/BSP/TOUCH/ADS7843.h
ucgui/FWlib/
ucgui/FWlib/SRC/
ucgui/FWlib/SRC/misc.c
ucgui/FWlib/SRC/stm32f10x_adc.c
ucgui/FWlib/SRC/stm32f10x_bkp.c
ucgui/FWlib/SRC/stm32f10x_can.c
ucgui/FWlib/SRC/stm32f10x_crc.c
ucgui/FWlib/SRC/stm32f10x_dac.c
ucgui/FWlib/SRC/stm32f10x_dbgmcu.c
ucgui/FWlib/SRC/stm32f10x_dma.c
ucgui/FWlib/SRC/stm32f10x_exti.c
ucgui/FWlib/SRC/stm32f10x_flash.c
ucgui/FWlib/SRC/stm32f10x_fsmc.c
ucgui/FWlib/SRC/stm32f10x_gpio.c
ucgui/FWlib/SRC/stm32f10x_i2c.c
ucgui/FWlib/SRC/stm32f10x_iwdg.c
ucgui/FWlib/SRC/stm32f10x_pwr.c
ucgui/FWlib/SRC/stm32f10x_rcc.c
ucgui/FWlib/SRC/stm32f10x_rtc.c
ucgui/FWlib/SRC/stm32f10x_sdio.c
ucgui/FWlib/SRC/stm32f10x_spi.c
ucgui/FWlib/SRC/stm32f10x_tim.c
ucgui/FWlib/SRC/stm32f10x_usart.c
ucgui/FWlib/SRC/stm32f10x_wwdg.c
ucgui/FWlib/inc/
ucgui/FWlib/inc/misc.h
ucgui/FWlib/inc/stm32f10x_adc.h
ucgui/FWlib/inc/stm32f10x_bkp.h
ucgui/FWlib/inc/stm32f10x_can.h
ucgui/FWlib/inc/stm32f10x_conf.h
ucgui/FWlib/inc/stm32f10x_crc.h
ucgui/FWlib/inc/stm32f10x_dac.h
ucgui/FWlib/inc/stm32f10x_dbgmcu.h
ucgui/FWlib/inc/stm32f10x_dma.h
ucgui/FWlib/inc/stm32f10x_exti.h
ucgui/FWlib/inc/stm32f10x_flash.h
ucgui/FWlib/inc/stm32f10x_fsmc.h
ucgui/FWlib/inc/stm32f10x_gpio.h
ucgui/FWlib/inc/stm32f10x_i2c.h
ucgui/FWlib/inc/stm32f10x_iwdg.h
ucgui/FWlib/inc/stm32f10x_pwr.h
ucgui/FWlib/inc/stm32f10x_rcc.h
ucgui/FWlib/inc/stm32f10x_rtc.h
ucgui/FWlib/inc/stm32f10x_sdio.h
ucgui/FWlib/inc/stm32f10x_spi.h
ucgui/FWlib/inc/stm32f10x_tim.h
ucgui/FWlib/inc/stm32f10x_usart.h
ucgui/FWlib/inc/stm32f10x_wwdg.h
ucgui/cotex-m3/
ucgui/cotex-m3/core_cm3.c
ucgui/cotex-m3/core_cm3.h
ucgui/cotex-m3/stm32f10x.h
ucgui/cotex-m3/system_stm32f10x.c
ucgui/cotex-m3/system_stm32f10x.h
ucgui/project/
ucgui/project/uCGUI.Opt
ucgui/project/uCGUI.Uv2
ucgui/project/uCGUI.plg
ucgui/project/uCGUI.sct
ucgui/startup/
ucgui/startup/startup_stm32f10x_hd.s
ucgui/uCGUI/
ucgui/uCGUI/Config/
ucgui/uCGUI/Config/GUIConf.h
ucgui/uCGUI/Config/GUITouchConf.h
ucgui/uCGUI/Config/LCDConf.h
ucgui/uCGUI/Config/vssver.scc
ucgui/uCGUI/GUI/
ucgui/uCGUI/GUI/AntiAlias/
ucgui/uCGUI/GUI/AntiAlias/CCGUIAntiAlias.bat
ucgui/uCGUI/GUI/AntiAlias/GUIAAArc.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAChar.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAChar2.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAChar4.c
ucgui/uCGUI/GUI/AntiAlias/GUIAACircle.c
ucgui/uCGUI/GUI/AntiAlias/GUIAALib.c
ucgui/uCGUI/GUI/AntiAlias/GUIAALine.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAPoly.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAPolyOut.c
ucgui/uCGUI/GUI/AntiAlias/vssver.scc
ucgui/uCGUI/GUI/ConvertColor/
ucgui/uCGUI/GUI/ConvertColor/CCConvertColor.bat
ucgui/uCGUI/GUI/ConvertColor/LCDP111.c
ucgui/uCGUI/GUI/ConvertColor/LCDP222.c
ucgui/uCGUI/GUI/ConvertColor/LCDP233.c
ucgui/uCGUI/GUI/ConvertColor/LCDP323.c
ucgui/uCGUI/GUI/ConvertColor/LCDP332.c
ucgui/uCGUI/GUI/ConvertColor/LCDP444_12.c
ucgui/uCGUI/GUI/ConvertColor/LCDP444_12_1.c
ucgui/uCGUI/GUI/ConvertColor/LCDP444_16.c
ucgui/uCGUI/GUI/ConvertColor/LCDP555.c
ucgui/uCGUI/GUI/ConvertColor/LCDP556.c
ucgui/uCGUI/GUI/ConvertColor/LCDP565.c
ucgui/uCGUI/GUI/ConvertColor/LCDP655.c
ucgui/uCGUI/GUI/ConvertColor/LCDP8666.c
ucgui/uCGUI/GUI/ConvertColor/LCDP8666_1.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM233.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM323.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM332.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM444_12.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM444_16.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM555.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM556.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM565.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM655.c
ucgui/uCGUI/GUI/ConvertColor/vssver.scc
ucgui/uCGUI/GUI/ConvertMono/
ucgui/uCGUI/GUI/ConvertMono/CCConvertMono.bat
ucgui/uCGUI/GUI/ConvertMono/LCDP0.c
ucgui/uCGUI/GUI/ConvertMono/LCDP2.c
ucgui/uCGUI/GUI/ConvertMono/LCDP4.c
ucgui/uCGUI/GUI/ConvertMono/vssver.scc
ucgui/uCGUI/GUI/Core/
ucgui/uCGUI/GUI/Core/CCGUICore.bat
ucgui/uCGUI/GUI/Core/GUI.h
ucgui/uCGUI/GUI/Core/GUI2DLib.c
ucgui/uCGUI/GUI/Core/GUIAlloc.c
ucgui/uCGUI/GUI/Core/GUIArc.c
ucgui/uCGUI/GUI/Core/GUIChar.c
ucgui/uCGUI/GUI/Core/GUICharLine.c
ucgui/uCGUI/GUI/Core/GUICharM.c
ucgui/uCGUI/GUI/Core/GUICharP.c
ucgui/uCGUI/GUI/Core/GUICirc.c
ucgui/uCGUI/GUI/Core/GUIColor2Index.c
ucgui/uCGUI/GUI/Core/GUICore.c
ucgui/uCGUI/GUI/Core/GUICurs.c
ucgui/uCGUI/GUI/Core/GUIDebug.h
ucgui/uCGUI/GUI/Core/GUIEncJS.c
ucgui/uCGUI/GUI/Core/GUIIndex2Color.c
ucgui/uCGUI/GUI/Core/GUIPolyE.c
ucgui/uCGUI/GUI/Core/GUIPolyM.c
ucgui/uCGUI/GUI/Core/GUIPolyR.c
ucgui/uCGUI/GUI/Core/GUIRealloc.c
ucgui/uCGUI/GUI/Core/GUIStream.c
ucgui/uCGUI/GUI/Core/GUITask.c
ucgui/uCGUI/GUI/Core/GUITime.c
ucgui/uCGUI/GUI/Core/GUITimer.c
ucgui/uCGUI/GUI/Core/GUIType.h
ucgui/uCGUI/GUI/Core/GUIUC0.c
ucgui/uCGUI/GUI/Core/GUIVal.c
ucgui/uCGUI/GUI/Core/GUIValf.c
ucgui/uCGUI/GUI/Core/GUIVersion.h
ucgui/uCGUI/GUI/Core/GUI_ALLOC_AllocInit.c
ucgui/uCGUI/GUI/Core/GUI_ALLOC_AllocZero.c
ucgui/uCGUI
ucgui/BSP/
ucgui/BSP/LCD/
ucgui/BSP/LCD/ascii.c
ucgui/BSP/LCD/bmp1.c
ucgui/BSP/LCD/bmp2.c
ucgui/BSP/LCD/bmp3.c
ucgui/BSP/LCD/bmp4.c
ucgui/BSP/LCD/bmp5.c
ucgui/BSP/LCD/ili9325.c
ucgui/BSP/LCD/ili9325.h
ucgui/BSP/LCD/pic.c
ucgui/BSP/LED/
ucgui/BSP/LED/LED.c
ucgui/BSP/LED/LED.h
ucgui/BSP/TOUCH/
ucgui/BSP/TOUCH/ADS7843.c
ucgui/BSP/TOUCH/ADS7843.h
ucgui/FWlib/
ucgui/FWlib/SRC/
ucgui/FWlib/SRC/misc.c
ucgui/FWlib/SRC/stm32f10x_adc.c
ucgui/FWlib/SRC/stm32f10x_bkp.c
ucgui/FWlib/SRC/stm32f10x_can.c
ucgui/FWlib/SRC/stm32f10x_crc.c
ucgui/FWlib/SRC/stm32f10x_dac.c
ucgui/FWlib/SRC/stm32f10x_dbgmcu.c
ucgui/FWlib/SRC/stm32f10x_dma.c
ucgui/FWlib/SRC/stm32f10x_exti.c
ucgui/FWlib/SRC/stm32f10x_flash.c
ucgui/FWlib/SRC/stm32f10x_fsmc.c
ucgui/FWlib/SRC/stm32f10x_gpio.c
ucgui/FWlib/SRC/stm32f10x_i2c.c
ucgui/FWlib/SRC/stm32f10x_iwdg.c
ucgui/FWlib/SRC/stm32f10x_pwr.c
ucgui/FWlib/SRC/stm32f10x_rcc.c
ucgui/FWlib/SRC/stm32f10x_rtc.c
ucgui/FWlib/SRC/stm32f10x_sdio.c
ucgui/FWlib/SRC/stm32f10x_spi.c
ucgui/FWlib/SRC/stm32f10x_tim.c
ucgui/FWlib/SRC/stm32f10x_usart.c
ucgui/FWlib/SRC/stm32f10x_wwdg.c
ucgui/FWlib/inc/
ucgui/FWlib/inc/misc.h
ucgui/FWlib/inc/stm32f10x_adc.h
ucgui/FWlib/inc/stm32f10x_bkp.h
ucgui/FWlib/inc/stm32f10x_can.h
ucgui/FWlib/inc/stm32f10x_conf.h
ucgui/FWlib/inc/stm32f10x_crc.h
ucgui/FWlib/inc/stm32f10x_dac.h
ucgui/FWlib/inc/stm32f10x_dbgmcu.h
ucgui/FWlib/inc/stm32f10x_dma.h
ucgui/FWlib/inc/stm32f10x_exti.h
ucgui/FWlib/inc/stm32f10x_flash.h
ucgui/FWlib/inc/stm32f10x_fsmc.h
ucgui/FWlib/inc/stm32f10x_gpio.h
ucgui/FWlib/inc/stm32f10x_i2c.h
ucgui/FWlib/inc/stm32f10x_iwdg.h
ucgui/FWlib/inc/stm32f10x_pwr.h
ucgui/FWlib/inc/stm32f10x_rcc.h
ucgui/FWlib/inc/stm32f10x_rtc.h
ucgui/FWlib/inc/stm32f10x_sdio.h
ucgui/FWlib/inc/stm32f10x_spi.h
ucgui/FWlib/inc/stm32f10x_tim.h
ucgui/FWlib/inc/stm32f10x_usart.h
ucgui/FWlib/inc/stm32f10x_wwdg.h
ucgui/cotex-m3/
ucgui/cotex-m3/core_cm3.c
ucgui/cotex-m3/core_cm3.h
ucgui/cotex-m3/stm32f10x.h
ucgui/cotex-m3/system_stm32f10x.c
ucgui/cotex-m3/system_stm32f10x.h
ucgui/project/
ucgui/project/uCGUI.Opt
ucgui/project/uCGUI.Uv2
ucgui/project/uCGUI.plg
ucgui/project/uCGUI.sct
ucgui/startup/
ucgui/startup/startup_stm32f10x_hd.s
ucgui/uCGUI/
ucgui/uCGUI/Config/
ucgui/uCGUI/Config/GUIConf.h
ucgui/uCGUI/Config/GUITouchConf.h
ucgui/uCGUI/Config/LCDConf.h
ucgui/uCGUI/Config/vssver.scc
ucgui/uCGUI/GUI/
ucgui/uCGUI/GUI/AntiAlias/
ucgui/uCGUI/GUI/AntiAlias/CCGUIAntiAlias.bat
ucgui/uCGUI/GUI/AntiAlias/GUIAAArc.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAChar.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAChar2.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAChar4.c
ucgui/uCGUI/GUI/AntiAlias/GUIAACircle.c
ucgui/uCGUI/GUI/AntiAlias/GUIAALib.c
ucgui/uCGUI/GUI/AntiAlias/GUIAALine.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAPoly.c
ucgui/uCGUI/GUI/AntiAlias/GUIAAPolyOut.c
ucgui/uCGUI/GUI/AntiAlias/vssver.scc
ucgui/uCGUI/GUI/ConvertColor/
ucgui/uCGUI/GUI/ConvertColor/CCConvertColor.bat
ucgui/uCGUI/GUI/ConvertColor/LCDP111.c
ucgui/uCGUI/GUI/ConvertColor/LCDP222.c
ucgui/uCGUI/GUI/ConvertColor/LCDP233.c
ucgui/uCGUI/GUI/ConvertColor/LCDP323.c
ucgui/uCGUI/GUI/ConvertColor/LCDP332.c
ucgui/uCGUI/GUI/ConvertColor/LCDP444_12.c
ucgui/uCGUI/GUI/ConvertColor/LCDP444_12_1.c
ucgui/uCGUI/GUI/ConvertColor/LCDP444_16.c
ucgui/uCGUI/GUI/ConvertColor/LCDP555.c
ucgui/uCGUI/GUI/ConvertColor/LCDP556.c
ucgui/uCGUI/GUI/ConvertColor/LCDP565.c
ucgui/uCGUI/GUI/ConvertColor/LCDP655.c
ucgui/uCGUI/GUI/ConvertColor/LCDP8666.c
ucgui/uCGUI/GUI/ConvertColor/LCDP8666_1.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM233.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM323.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM332.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM444_12.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM444_16.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM555.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM556.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM565.c
ucgui/uCGUI/GUI/ConvertColor/LCDPM655.c
ucgui/uCGUI/GUI/ConvertColor/vssver.scc
ucgui/uCGUI/GUI/ConvertMono/
ucgui/uCGUI/GUI/ConvertMono/CCConvertMono.bat
ucgui/uCGUI/GUI/ConvertMono/LCDP0.c
ucgui/uCGUI/GUI/ConvertMono/LCDP2.c
ucgui/uCGUI/GUI/ConvertMono/LCDP4.c
ucgui/uCGUI/GUI/ConvertMono/vssver.scc
ucgui/uCGUI/GUI/Core/
ucgui/uCGUI/GUI/Core/CCGUICore.bat
ucgui/uCGUI/GUI/Core/GUI.h
ucgui/uCGUI/GUI/Core/GUI2DLib.c
ucgui/uCGUI/GUI/Core/GUIAlloc.c
ucgui/uCGUI/GUI/Core/GUIArc.c
ucgui/uCGUI/GUI/Core/GUIChar.c
ucgui/uCGUI/GUI/Core/GUICharLine.c
ucgui/uCGUI/GUI/Core/GUICharM.c
ucgui/uCGUI/GUI/Core/GUICharP.c
ucgui/uCGUI/GUI/Core/GUICirc.c
ucgui/uCGUI/GUI/Core/GUIColor2Index.c
ucgui/uCGUI/GUI/Core/GUICore.c
ucgui/uCGUI/GUI/Core/GUICurs.c
ucgui/uCGUI/GUI/Core/GUIDebug.h
ucgui/uCGUI/GUI/Core/GUIEncJS.c
ucgui/uCGUI/GUI/Core/GUIIndex2Color.c
ucgui/uCGUI/GUI/Core/GUIPolyE.c
ucgui/uCGUI/GUI/Core/GUIPolyM.c
ucgui/uCGUI/GUI/Core/GUIPolyR.c
ucgui/uCGUI/GUI/Core/GUIRealloc.c
ucgui/uCGUI/GUI/Core/GUIStream.c
ucgui/uCGUI/GUI/Core/GUITask.c
ucgui/uCGUI/GUI/Core/GUITime.c
ucgui/uCGUI/GUI/Core/GUITimer.c
ucgui/uCGUI/GUI/Core/GUIType.h
ucgui/uCGUI/GUI/Core/GUIUC0.c
ucgui/uCGUI/GUI/Core/GUIVal.c
ucgui/uCGUI/GUI/Core/GUIValf.c
ucgui/uCGUI/GUI/Core/GUIVersion.h
ucgui/uCGUI/GUI/Core/GUI_ALLOC_AllocInit.c
ucgui/uCGUI/GUI/Core/GUI_ALLOC_AllocZero.c
ucgui/uCGUI
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.