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

搜索资源列表

  1. tslib.tar

    0下载:
  2. TSLIB 2005年的CVS版本。用于Linux下触摸屏设备的驱动算法。-TSLIB 2005 years of CVS version. For Linux under the touch screen device driver algorithm.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:60910
    • 提供者:Aklim
  1. LinuxDrivers

    0下载:
  2. Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:585773
    • 提供者:清木
  1. s3c2410_ts

    0下载:
  2. 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的触摸屏设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on touch-screen device driver source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:3438
    • 提供者:李刚
  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. Embeddedlinuxdevicedriverdevelopment

    0下载:
  2. 本书系统地介绍了嵌入式Linux设备驱动开发的相关知识和实例,主要包括: 数码管驱动程序;键盘驱动程序;A/D、D/A驱动程序;LCD驱动程序;触摸屏驱动程序;CAN总线驱动程序;I2C总线驱动程序;音频总线驱动程序;IDE驱动程序;NAND Flash和NOR Flash驱动程序;USB设备驱动程序;串口驱动程序;网络设备驱动程序。 实例丰富、讲解细致、代码分析详尽,嵌入式Linux设备驱动开发的理想参考用书。 -This book systematically introduces
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-12
    • 文件大小:19978843
    • 提供者:keke
  1. touch_screen_project

    0下载:
  2. 触摸屏因方便灵活、节省空间、直观等特点,作为嵌入式系统的输入设备越来越受各种终端产品生厂商的青睐。而Linux操作系统因为有着源代码公开、便于裁减的优点,是当前嵌入式系统的一大热门选择。本文将在构造硬件的基础上,深入的讨论如何在Linux操作系统里编写一个触摸屏驱动。-Touch screen for convenient and flexible, space-saving, intuitive features, as more and more embedded system input
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:433919
    • 提供者:胖子
  1. Linux-driver-development12

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第12章、Linux字符设备驱动综合实例。本章将分析5个典型的字符设备驱动,在这些驱动中,将灵活地运用到前面各章所讲解的内容。12.1节讲解按键的设备驱动,加深读者对字符设备驱动架构、阻塞与非阻塞、中断、定时器等相关知识的理解。12.2节讲解触摸屏的设备驱动,触摸屏的设备驱动比按键的设备驱动稍微复杂一些,但是很类似。12.3节讲解TI的DSP提供给通用CPU的HPI(主机并行接口)的设备驱动,硬件结构为AR
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:629248
    • 提供者:华清远见
  1. T112object

    0下载:
  2. T112芯片液晶屏的驱动IC全部原程序,和源代码用于车载液晶系统的开发-Hardware interface circuits between embedded microprocessor S3C2410X and TFT-LCD TD035STEB1 are designed. Embedded Linux device driver of LCD module is developed,ASCII characters,Chinese and basic graph are shown a
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:886678
    • 提供者:liu
  1. backlight_ctl

    0下载:
  2. 《背光控制程序》   根据Tiny6410厂家提供的内核源码中的触屏驱动(路径:drivers/input/touchscreen/mini6410_1wire_host.c),背光由设备</dev/backlight-1wire>控制,该设备提供了write方法,根据用户传入的亮度值(0 ~ 127)来设置背光。   程序由操作函数<backlight_ctl.c> ,头文件<backlight_ctl.h>,测试程序<test.c
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:1545
    • 提供者:Joshua
  1. linuxDR

    0下载:
  2. 嵌入式linux设备驱动是嵌入式系统中十分重要的组成部分。本书详细讲解了嵌入式linux的各种设备驱动,包括字符设备驱动、数字显示驱动、键盘驱动、a/d驱动、d/a驱动、lcd驱动、触摸屏驱动、can总线驱动、iic总线驱动、音频总线驱动、ide接口驱动、闪存芯片驱动、usb驱动、串口驱动、网络设备驱动等,并结合大量实例进行讲解,读者可以快速熟悉和掌握相关知识。 -Embedded linux device driver is a very important part of embedd
  3. 所属分类:Linux驱动

    • 发布日期:2017-06-01
    • 文件大小:13872463
    • 提供者:zhj
  1. 12_touch_screen

    0下载:
  2. linux 字符设备驱动,触摸屏的驱动,该驱动是基于S3C2410开发板开发的,源码内有详细注释便于理解。-linux character device driver, the driver of the touch screen, the driver is developed based on the S3C2410 development board, the source detailed notes easy to understand.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:3674
    • 提供者:张庆林
  1. s5pc_ts_drv

    0下载:
  2. s5pc100的触摸屏驱动文件和对应设备文件,将文件加入驱动里,可以实现触摸屏的功能-touchscreen drivers files and s5pc100 corresponding device file, the file is added to the driver, you can achieve the functionality of the touch screen
  3. 所属分类:Driver develop

    • 发布日期:2017-11-09
    • 文件大小:3429
    • 提供者:caoming
  1. mini2440_manual

    0下载:
  2. he code allows lm3s9B96 chip thr JPEG encoder for ARM cortex M3 LPC11u14 chip system clock driver USB device chip LPC11u14 mass sto Based stm32f103vet6 and vs1003 mp FM1702 The classic example of embedded r A touch screen of the
  3. 所属分类:source in ebook

    • 发布日期:2017-10-31
    • 文件大小:160542
    • 提供者:Mahdi
  1. Linux-to-road-of-the-Kernel

    0下载:
  2. 设备模型之外,对于驱动程序的开发者来说,有三样东西是不可缺少的:第一是协议或标准的spec,也就是规范,比如usb协议规范;第二是硬件的datasheet,即你的驱动要支持的硬件的手册;第三就是内核里类似驱动的源代码,比如你要写触摸屏驱动的话,就可以参考内核里已经有的一些触摸屏驱动-Device model, the developer of the driver, there are three things are essential: The first is the protocol o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1572691
    • 提供者:windy
  1. Linux-driver-for-touch-screen

    1下载:
  2. 电容触摸屏Linux驱动源码(标准I2C设备驱动)。-Linux driver for touch screen(i2c device driver)
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:155406
    • 提供者:假名字
  1. Linux

    0下载:
  2. Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-13
    • 文件大小:9067388
    • 提供者:黄天
搜珍网 www.dssz.com