CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - UcosII touch screen

搜索资源列表

  1. ucosII-1

    0下载:
  2. ADS环境下将UCOSII框架移植到S3C44B0X,其中包含了tcp监控任务,以太网物理层监控任,触摸屏任务,键盘任务,lcd刷新任务,系统任务-ADS environment, the framework will be UCOSII transplanted to S3C44B0X, which contains a tcp monitoring tasks, the Ethernet physical layer monitoring task, touch-screen tasks,
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:112933
    • 提供者:jone
  1. S3C2410TOUCH

    0下载:
  2. s3c2410在ucosii下触摸屏驱动程序的代码,开发环境ADS1.2-s3c2410 under the ucosii touch screen driver code, development environment ADS1.2
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:31012
    • 提供者:wanyong
  1. demo

    2下载:
  2. 下面是目录介绍 ADC---------ADC模数转换实验 ASM---------汇编程序实验 ASM_c-------汇编和C语言混合实验 CF----------CF读写实验 DcMotor-----直流电机实验 DMA——-----DMA数据传输实验 GPRS--------GPRS/GSM通讯实验 GPS---------GPS全球定位实验 IDE---------IDE测试实验 IIC---------IIC读写实验 IIS--------
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:2073614
    • 提供者:asdfasdf
  1. ucosII-ucGUI-s3c2410-LCD

    0下载:
  2. ucos II+ucGUI+s3c2410+LCD+触摸屏整合.doc-ucos II+ ucGUI+ s3c2410+ LCD+ touch screen integration. doc
  3. 所属分类:uCOS

    • 发布日期:2017-03-27
    • 文件大小:11548
    • 提供者:小周
  1. ucosII_ucGUI_s3c2410

    0下载:
  2. ucosII与ucGUI移植到ARM9 s3c2410的过程,包括了LCD驱动与触摸屏任务的源码-ucosII ARM9 s3c2410 with ucGUI transplanted to the process, including the LCD touch screen with the task of driving source
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:7301
    • 提供者:菜丫
  1. ucOS-II-V2.86-uCGUI-3.9-DEMO

    0下载:
  2. 演示了ucosII下的UCGUI的demo,采用了2.8寸TFT彩色触摸屏和STM32F103芯片-Demonstrates ucosII UCGUI under the demo, with a 2.8-inch TFT color touch screen and STM32F103 chip
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5717086
    • 提供者:zhoutong
  1. ucosII

    0下载:
  2. 在linux系统下开发的触摸屏驱动程序,适合初学者开发学习!基于ucosII的2410开发板触摸屏驱动的源代码,能够完整运行-Touch screen driver linux system under development, suitable for beginners to develop learning!Based ucosII 2410 development board touch screen driver source code, able to complete run
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:52980
    • 提供者:梓茗
  1. ucgui-Engineering-Framework

    0下载:
  2. ucosII下的UCGUI触摸屏的底层源码- ucosII under the bottom of the touch screen UCGUI source
  3. 所属分类:uCOS

    • 发布日期:2017-05-20
    • 文件大小:5728722
    • 提供者:钱叶四
  1. ucosii-five-in-a-row

    0下载:
  2. a. 操作方式:双人对弈方式,采用触摸屏方式投放棋子,对弈双方的棋子为不同颜色的圆,分为红方和绿方; b.评分机制:当某一方的5个棋子连成一线时得一分,然后该5子消除,继续进行; c.. 结束判断 分为四种情况,任一种情况均可判断: A.有一方的分数率先达到5分,则获胜; B.总的步数达到最大步数(比如100),根据双方的得分,分数高则获胜。若双方分数相同,则为平局。 C.当前棋局已不能再走棋,根据双方的得分,分数高则获胜。若双方分数相同,则为平局。 D. 当某一方在
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:414729
    • 提供者:偶尔
  1. text-display

    0下载:
  2. 本实验将实现如下功能:本实验主要是演示STemWin的文本显示功能,本实验使用了UCOSII操作系统,我们通过建立一个任务来运行测试代码,我们在LCD上可以看到使用不同函数的文本显示效果,LED0闪烁提示系统正在运行。 注意:本实验使用了UCOSII操作系统,未使用触摸屏,本实验针对4.3寸屏幕,如果是2.8或者3.5寸屏幕的话会显示不完全!-The experiment will achieve the following functions: the mainly function
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3416907
    • 提供者:Wu
  1. BMP-pic-display

    0下载:
  2. 实验基于STM32F407Z。本实验将实现如下功能:本实验主要讲解如何使用在LCD上显示BMP图片,共有两种方法,一种是先将BMP图片从外部存储器加载到RAM中,然后再调用API函数显示在LCD上,另外一种是直接从外部存储器中读取BMP图片并显示在LCD上。第一种方法需要大量的RAM,但是速度快,第二种方法需要RAM小,但是现实速度慢。本实验还有一个屏幕截图函数,可以进行屏幕截图。 注意:本实验使用了UCOSII操作系统,本实验使用触摸屏,本实验基于4.3寸800*480分辨率的屏幕,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-14
    • 文件大小:3524356
    • 提供者:Wu
  1. 实验51 UCOSII实验1-1-任务调度

    0下载:
  2. 对例程进行改编,实现按键,led,串口,显示屏,触摸屏相关功能 使用电阻触摸屏9341,任务间通过邮箱通信(For routine adaptation, key, led, serial port, display, touch screen related functions. Using resistive touch screen 9341, through mail communication between tasks)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-05-06
    • 文件大小:5839872
    • 提供者:奇索
搜珍网 www.dssz.com