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

搜索资源列表

  1. s3c2410_ts

    0下载:
  2. 基于S3C2440的四线电阻式触摸屏驱动程序,linux2.6.22内核。把touchscreen.c放在driver/input/touchscreen/下。修改arch/arm/mach-s3c2440/mach-smdk2440.c以及相应的Makefile加上驱动即可-S3C2440 based on the four-wire resistive touch screen driver, linux2.6.22 core. Touchscreen.c on the driver/inp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:3816
    • 提供者:nhonz
  1. Exp8

    0下载:
  2. arm 下面触摸屏相关的接口,对接口的驱动和其他功能的调用。-arm below the relevant touch-screen interface, the driver of the interface and other functions of the call.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:187661
    • 提供者:
  1. TOUCHP-mmsp2

    0下载:
  2. wince4.2 touch screen driver for magic eye mmsp2 platform
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:10560
    • 提供者:zhangwang
  1. Exp3

    0下载:
  2. 这是一个在ADS下编译通过的源码,这是2410上的一个触摸屏的驱动程序-This is a compiler in ADS through the source code under, which is 2410 on a touch screen driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-11
    • 文件大小:2311469
    • 提供者:金鑫
  1. linux_Watchdog_drv

    0下载:
  2. linux s3c2410平台的3个驱动,1 NVRAM驱动,2 触摸屏驱动,3 看门狗驱动-linux s3c2410 platform 3 drives, 1 NVRAM driver, 2 touch screen driver, 3 watchdog driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:13340
    • 提供者:李迪挺
  1. ATD_TEST_V

    1下载:
  2. 软件可以监控两个文件夹,来随时同 ·触摸屏驱动,TSC2046,ADS7843等驱动 ·10. 设有n种不同面值的硬币,各硬币 ·手机液晶屏的资料,有接口说明,方 ·KVM的一些介绍,包括了KVM的简介和 ·硕士论文,详细描述了安全中间件的 ·the Code standars i do it to my c ·Vitesse 10GE MAC芯-Software can monitor two folders, to keep with the Touch Pane
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:209688
    • 提供者:张庆龙
  1. TS

    0下载:
  2. UC/OS-II代码,包括触摸屏驱动,LCD驱动程序-UC/OS-II code, including the touch screen driver, LCD driver
  3. 所属分类:uCOS

    • 发布日期:2017-05-06
    • 文件大小:1468899
    • 提供者:cwf123456
  1. Touch_for_ARMV4I_Wince

    0下载:
  2. 适用于SC32440/2442,wince5.0.国内某知名wince开发商为某工业级产品开发的触摸屏的底层驱动.该产品已经处于商业操作阶段.绝对可行!-Applicable to SC32440/2442, wince5.0. Internally wince a developer for a well-known industrial product development, the bottom of the touch screen driver. The product has be
  3. 所属分类:Windows CE

    • 发布日期:2017-04-05
    • 文件大小:15565
    • 提供者:王文烽
  1. ts-uptech

    0下载:
  2. 2410s的触摸屏驱动程序-2410s of the touch screen driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3264
    • 提供者:将所
  1. Exp3toucherexam

    0下载:
  2. 这是三星公司arm9 2410编写的触摸屏驱动程序,采用codewarrior编写-This is the preparation of arm9 2410 Samsung' s touch-screen driver, used to prepare codewarrior
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:196257
    • 提供者:老马
  1. chapter

    0下载:
  2. 嵌入式Linux驱动程序设计从入门到精通,USB驱动架,Spcaview相关代码 输入形式的USB鼠标驱动,输入形式的触摸屏驱动等。-Embedded Linux driver from entry to the master design, USB-driven aircraft, Spcaview related code input forms of USB mouse driver, type the form, such as touch screen driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:947572
    • 提供者:jz
  1. s3c2410_ts-2440

    0下载:
  2. 2440触摸屏驱动。S3C2440是一款典型的嵌入式SoC芯片,它提供了触摸屏控制器接口,方便了嵌入式软、硬件开发-2440 touch screen driver. The S3C2440 is a typical embedded SoC chip, which provides touch-screen controller interface for the embedded software and hardware development
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:3722
    • 提供者:gllw
  1. LinuxDeviceDriver-NVRAM

    0下载:
  2. Linux设备驱动开发详解源码- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:15245
    • 提供者:bob
  1. TOUCH

    0下载:
  2. Windows CE 5.0 driver for touch screen
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:30242
    • 提供者:Bharat
  1. ADCTouch

    0下载:
  2. wince4.2 下s3c2410 下adc驱动和touch驱动,解决了wince下adc驱动和touch下同时加载后,造成触摸屏不好使,程序中加入了进程互斥保护,解决了触摸屏和ADC驱动不能同时使用的问题。-adc under wince4.2 under s3c2410 drive and touch-driven, solution to wince under the adc drive and touch at the same time under the load, the res
  3. 所属分类:Driver Develop

    • 发布日期:2015-10-26
    • 文件大小:106537
    • 提供者:lisheng
  1. s3c2410_ts_26

    0下载:
  2. 基于arm的s3c2440触摸屏驱动,带有注释-Arm-based touch screen driver 允许输入拉丁字符的拼音 中文(简体) 英语
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:3232
    • 提供者:long
  1. AD9826

    0下载:
  2. ADS编译环境编写的AD9826触摸屏驱动程序,可以正确的读取触摸屏的电压值!通过长延时来增加电压的稳定性! -Prepared by ADS compiler environment AD9826 touch screen driver, you can read the correct voltage value of the touch screen!长延时to increase the voltage through the stability!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:80116
    • 提供者:stone
  1. Touch_LCD

    0下载:
  2. 3.2寸触屏驱动程序 加了注释 自己试了还可以-3.2-inch touch screen driver, added a note of his trial can also be
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1057
    • 提供者:
  1. GlPda

    0下载:
  2. S3C44B0X通过ADS7846驱动触摸屏程序-S3C44B0X through the ADS7846 touch screen driver program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:167618
    • 提供者:li
  1. BL-TFT240320PLUS

    0下载:
  2. * BL-TFT240320-BOARD 2.8/3.2" board * LCD 240x320 3.2-inch QVGA 262k TFT-LCD module * Resolution of 240RGBx320 dots * 262k TFT Color LCD * LCD driver is SSD1289 * Touch screen controller ADS7843 * SD card slot with led card inse
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1319179
    • 提供者:chane
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com