CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux

文件名称:touch_screen_project

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    423.75kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

触摸屏因方便灵活、节省空间、直观等特点,作为嵌入式系统的输入设备越来越受各种终端产品生厂商的青睐。而Linux操作系统因为有着源代码公开、便于裁减的优点,是当前嵌入式系统的一大热门选择。本文将在构造硬件的基础上,深入的讨论如何在Linux操作系统里编写一个触摸屏驱动。-Touch screen for convenient and flexible, space-saving, intuitive features, as more and more embedded system input device manufacturers by the students of various end products of all ages. The Linux operating system because it had the source code open and easy to cut the benefits, is currently a popular embedded system selection. This will be constructed on the basis of the hardware, in-depth discussion of how to write a Linux operating system touch screen driver.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

touchscreen-project/at91lib/boards/at91sam9261-ek/at91sam9261/AT91SAM9261.h
touchscreen-project/at91lib/boards/at91sam9261-ek/at91sam9261/norflash.icf
touchscreen-project/at91lib/boards/at91sam9261-ek/at91sam9261/sdram.icf
touchscreen-project/at91lib/boards/at91sam9261-ek/at91sam9261/sram.icf
touchscreen-project/at91lib/boards/at91sam9261-ek/board.h
touchscreen-project/at91lib/boards/at91sam9261-ek/board_cstartup_iar.s
touchscreen-project/at91lib/boards/at91sam9261-ek/board_lowlevel.c
touchscreen-project/at91lib/boards/at91sam9261-ek/board_memories.c
touchscreen-project/at91lib/boards/at91sam9261-ek/board_memories.h
touchscreen-project/at91lib/components/ads7843/ads7843.c
touchscreen-project/at91lib/components/ads7843/ads7843.h
touchscreen-project/at91lib/drivers/lcd/color.h
touchscreen-project/at91lib/drivers/lcd/draw.c
touchscreen-project/at91lib/drivers/lcd/draw.h
touchscreen-project/at91lib/drivers/lcd/font.c
touchscreen-project/at91lib/drivers/lcd/font.h
touchscreen-project/at91lib/drivers/lcd/font10x14.h
touchscreen-project/at91lib/drivers/lcd/lcdd.c
touchscreen-project/at91lib/drivers/lcd/lcdd.h
touchscreen-project/at91lib/drivers/tsd/tsd.h
touchscreen-project/at91lib/drivers/tsd/tsd_ads7843.c
touchscreen-project/at91lib/drivers/tsd/tsd_com.c
touchscreen-project/at91lib/drivers/tsd/tsd_com.h
touchscreen-project/at91lib/drivers/tsd/tsd_tsadc.c
touchscreen-project/at91lib/peripherals/aic/aic.c
touchscreen-project/at91lib/peripherals/aic/aic.h
touchscreen-project/at91lib/peripherals/cp15/cp15.c
touchscreen-project/at91lib/peripherals/cp15/cp15.h
touchscreen-project/at91lib/peripherals/cp15/cp15_asm_iar.s
touchscreen-project/at91lib/peripherals/dbgu/dbgu.c
touchscreen-project/at91lib/peripherals/dbgu/dbgu.h
touchscreen-project/at91lib/peripherals/lcd/lcd.c
touchscreen-project/at91lib/peripherals/lcd/lcd.h
touchscreen-project/at91lib/peripherals/pio/pio.c
touchscreen-project/at91lib/peripherals/pio/pio.h
touchscreen-project/at91lib/peripherals/pio/pio_it.c
touchscreen-project/at91lib/peripherals/pio/pio_it.h
touchscreen-project/at91lib/peripherals/pit/pit.c
touchscreen-project/at91lib/peripherals/pit/pit.h
touchscreen-project/at91lib/peripherals/pmc/pmc.c
touchscreen-project/at91lib/peripherals/pmc/pmc.h
touchscreen-project/at91lib/peripherals/spi/spi.c
touchscreen-project/at91lib/peripherals/spi/spi.h
touchscreen-project/at91lib/peripherals/tsadcc/tsadcc.c
touchscreen-project/at91lib/peripherals/tsadcc/tsadcc.h
touchscreen-project/at91lib/utility/assert.h
touchscreen-project/at91lib/utility/trace.h
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/basic-touchscreen-project.eww
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261-ek.dep
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261-ek.ewd
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261-ek.ewp
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/Exe/at91sam9261_sdram.bin
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/Exe/at91sam9261_sdram.out
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/ads7843.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/aic.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/at91sam9261_sdram.map
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/board_cstartup_iar.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/board_lowlevel.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/board_memories.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/cp15.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/cp15_asm_iar.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/dbgu.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/draw.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/font.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/lcd.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/lcdd.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/main.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/pio.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/pio_it.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/pit.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/pmc.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/spi.lst
touchscreen-project/at91sam9261-ek/basic-touchscreen-project/ewp/at91sam9261_sdram/List/tsadcc.lst
touchscreen-proj

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com