搜索资源列表
UCOS_FOR_240
- 240上移植UC/OS-II的源代码,绝对实用-240 on the transplant UC / OS-II source code, the absolute practical!
FS44B0_uCGUI
- 在桓丰S3C44B0上的ucgui功能代码,使用G57液晶屏640*240分辨率,你就可以看到液晶屏上面显示逐步变化的画面,ucgui的各项功能都有演示;点击触摸屏可直接进入下一个界面,使用者修改后可直接使用。
uCOSII
- 包含了UCO/SII的源码和一个简单的例子。例子是驱动一个320*240的液晶模块。
s3c2410,iar
- s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8
STM32UCOSGUI.STM32F103 ucos+gui 加触摸屏
- STM32F103 ucos+gui 加触摸屏,不过屏是320*240的16屏跑起来就有点慢了。,STM32F103 ucos+ gui plus touch screen, but the screen is 320* 240 screen 16 bit running on slow.
ucos_LCD
- 三星的2410,操作系统为UCOS,移植好了UCGUI,LCD为320*240-CPU is Samsung s 2410,OS is UCOS,together with UCGUI,LCD is 320*240
youlong
- 优龙fs2410 配合 液晶屏三星q350并且移植好的,ucos 和ucgui 源代码。里面有些测试的文件,这个是我们整了好长时间的,改了优龙的bsp的关键部分。很值得学习。-U Long fs2410 with the LCD screen Samsung q350 and transplant well, ucos and ucgui source code. Inside some of the test document, this is the whole for a long tim
240128LCD
- 液晶屏240128驱动程序 使用开发环境为ADS1.2 -LCD screen 240,128 drivers use the development environment for the ADS1.2
ZLG-GUI
- 基于LM3S5749的ucosii+zlggui在320*240的液晶屏上显示的实验-The ucosii+ zlggui based LM3S5749 in 320* 240 LCD display experiments
keil2440-uCos-GUI390_FL2440Demo
- uCOS-II+uCGUI390在FL2440上的移植,LCD分辨率320*240.例程运行域起始地址0x3200 0000,使用飞凌的boot将之载到Myapp分区运行,本人测试是可以的。-uCOS-II+ uCGUI390 the FL2440 the transplant, LCD 320* 240.
MainTask_Clock_Demo
- 基于UCGUI3.98,h文件配置的240*240尺寸,8bit per pixel。如果编译不过打开guiconf.h里的一些宏。 该文件实现一个时钟,绘制时钟背景可以使用纯色背景,bitmap背景,jpeg背景。绘制时钟的指针可以使用Line或者多边形。切换这些功能使用宏控制,详情见文件开头部分的"Ctrl Marco Begin" 至 "Ctrl Marco End" 之间的用于控制绘制模式的宏及其相应注释。 整套代码包含许多注释,方便初学者