搜索资源列表
UCGUI3.90
- UCGUI最新版源码简介UCGUI3.90版源码有如下几点新的变化. 1.这个版本的UCGUI提供了模拟器的源码(早知我不用那么辛苦反编译出模拟器源码了,不过大家可以比较一下看). 2.还有JPEG图版支持 3.ListView控件支持. 4.Menu菜单支持. 5.ScrollBar滚动条支持. 6.multi-controller多控制器支持. 另外源码上还有很多的调整, 将控件的功能分开到各个文件当中更易于将来扩充, 大家仔细
ucosPucgui 在ADS1.2中开发的基于S3C2440的触摸屏中断
- 在ADS1.2中开发的基于S3C2440的触摸屏中断、ucos、ucGUI全部有效,已结合到一起。ucGUI仅仅在屏幕中显示文本。具体看main.c文件-In ADS1.2 in the development of touch-screen based S3C2440 interruption, ucos, ucGUI all effective, has to come together. ucGUI only display text on the screen. Specifically
UCGUI390a.rar
- UCGUI最新版源码简介 UCGUI3.90版源码有如下几点新的变化. 1.这个版本的UCGUI提供了模拟器的源码(早知我不用那么辛苦反编译出模拟器源码了,不过大家可以比较一下看). 2.还有JPEG图版支持 3.ListView控件支持. 4.Menu菜单支持. 5.ScrollBar滚动条支持. 6.multi-controller多控制器支持. 另外源码上还有很多的调整, 将控件的功能分开到各个文件当中更易于将来扩充, 大家仔细看看.,Abo
s3c44b0_ILI9320_uCos_ucgui_Tes
- TFT LCD(240*320,驱动芯片为ILI9320)在S3C44B0下ucos和ucgui的综合应用,在ADS下编译通过,TFT LCD (240* 320, driver IC for ILI9320) at S3C44B0 uCOS and under the General ucgui applications at under ADS compiler through
STM32-320240display
- stm32采样波形同时在液晶上显示出来 并计算出频率-stm32 sampling the waveform at the same time in the liquid crystal display and calculate the frequency of
MCB2300_ucgui_LCD320240
- LPC2368驱动淘宝上27元钱的TFT的代码,包含了uCOS+uCGUI,希望各位能够用得到:)-LPC2368 driver 27 yuan on Taobao TFT money code, contains uCOS+ uCGUI, hope you can get:)
ucgui44b0_test
- ucgui在44b0上的移植 资源共享 求ucgui在at91sam64上的移植-44b0 at ucgui on the sharing of resources for transplant ucgui at at91sam64 on transplant
ucgui324
- osd在vc上做的仿真器,能在嵌入式lcd上显示-vc at osd make up the emulator to show up in the embedded lcd
ucgui_lpc214x
- 这个文件是关于lpc2148移植ucgui软件包,大家可以-This document is a package on the lpc2148 transplantation ucgui, we will look at
UCGUI_GOOD
- UCGUI 论坛的好文章 关于开发UCGUI的,对于在UCOS-II下开发界面的绝对是很有用的参考-UCGUI the forum a good article on the development of UCGUI, and for the UCOS-II, developed at the interface is definitely a useful reference
2006
- UCGUI 论坛的好文章 2006年度集合,关于开发UCGUI的,对于在UCOS-II下开发界面的绝对是很有用的参考-UCGUI Forum 2006, a collection of good articles on the development of UCGUI, and for the UCOS-II, developed at the interface is definitely a useful reference
guihanshuliebiao
- 自己截图的ucgui函数列表,可以借鉴直接使用,不需要要在使用的时候在去翻手册,一个字……方便-Oneself cuts the ucgui function row form of diagram, can draw lessons from a direct usage, don t at usage of time is turn over a manual, a word ……convenience
29-ucGUIyoucando
- ucgui收与发的完整例程 质量高而且本站没有的源码。 -Everyone seems to want a slice of the dining scene in Hong Kong nowadays. International restaurant super brands, such as Nobu, Pierre Gagnaire, Megu and Zuma have all opened an outpost in Hong Kong and one of the most
Sample
- ucGUI 最全最新 实例 1.dashboard.exe----这个示例演示地图导航及TAB分页窗体.以及圆盘指针表, 类似汽国速度表盘.其中的指针作得太形象了.. 2.xeye.exe------------这个MOUSE的示例, 感觉很有趣啊, 一双眼睛看着.. 3.housecontrol.exe-----演示窗体滚动条, 并通过外面的示图查看窗体不同部分.此处的窗体非常长. 所以用到滚动条. 4.widget_listview.exe---演示列表控件
UCGUI_shiboqi
- 提出了一种基于UCOS和UCGUI的数字存储示波器的软件时序逻辑状态机实现技术,硬件上采用FPGA+ARM的 结构,充分利用FPGA在逻辑控制、高速信号采集方面的优势,以及ARM核心在LCD波形刷新、人机接口以及通信协议处 理的灵活性,在提高系统整体性能和可靠性的同时简化了系统的软件和硬件结构。-UCOS proposed based digital storage oscilloscope and UCGUI software sequential logic state machin
MainTask_Clock_Demo
- 基于UCGUI3.98,h文件配置的240*240尺寸,8bit per pixel。如果编译不过打开guiconf.h里的一些宏。 该文件实现一个时钟,绘制时钟背景可以使用纯色背景,bitmap背景,jpeg背景。绘制时钟的指针可以使用Line或者多边形。切换这些功能使用宏控制,详情见文件开头部分的"Ctrl Marco Begin" 至 "Ctrl Marco End" 之间的用于控制绘制模式的宏及其相应注释。 整套代码包含许多注释,方便初学者