Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 触摸屏驱动程序
Search - 触摸屏驱动程序 - List
触摸屏芯片ads7846ads7843驱动程序(C语言编写),单片机控制的触摸屏驱动程序(C编写)-Touchscreen chip ads7846ads7843 Driver (C language), SCM control Touchscreen Driver (C preparation)
Date : 2008-10-13 Size : 1.66kb User : 王明亮

基于S3C2410和嵌入式lINUX的触摸屏驱动程序
Date : 2009-06-15 Size : 3.19kb User : zhuchunduo000@126.com

pxa270触摸屏驱动程序,具有不错的参考价值
Date : 2009-06-30 Size : 380kb User : lantian_tianlan@126.com

详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Date : 2010-11-29 Size : 23.92mb User : zxx000

三星2440开发板上用于触摸屏驱动的程序源码,是基于ADS1.2开发环境的,很实用!!
Date : 2011-02-23 Size : 15.38kb User : mzxmeng

触摸屏芯片ADS7846/ADS7843驱动程序-Touchscreen chip ADS7846/ADS7843 Driver
Date : 2025-07-07 Size : 1kb User : 华军

触摸屏芯片ads7846ads7843驱动程序(C语言编写),单片机控制的触摸屏驱动程序(C编写)-Touchscreen chip ads7846ads7843 Driver (C language), SCM control Touchscreen Driver (C preparation)
Date : 2025-07-07 Size : 1kb User : 王明亮

intel pxa270开发板的重要试验:触摸屏驱动程序设计实验,仅供参考。-development board an important test : touchscreen driver design experiments for reference purposes only.
Date : 2025-07-07 Size : 7kb User : 肖文

老外写的触摸屏驱动程序,使用的是常见的7843芯片,平台是VZ328,可移植到多种嵌入式系统中,非常具有参考价值。-foreigner to write on the touch screen drivers, it is common to use the chip in 7843, the platform is the VZ328, transplanted to a wide range of embedded systems, have great reference value.
Date : 2025-07-07 Size : 32kb User : ls

基于linux操作系统的触摸屏驱动程序,为ads7843驱动程序-based on the Linux operating system Touchscreen drivers, drivers for ads7843
Date : 2025-07-07 Size : 5kb User : 刘伟民

触摸屏驱动程序,基于linux操作系统!ARM平台-Touchscreen drivers, based on the Linux operating system! ARM platform
Date : 2025-07-07 Size : 4kb User : wang

DL : 0
并于7843触摸屏驱动程序,可用于读触摸屏的坐标.-in 7843 Touchscreen driver, can be used to read touch screen coordinates.
Date : 2025-07-07 Size : 1kb User : fujibo

windows CE下的触摸屏底层驱动程序源代码,很有用的,要好好保存的。-windows CE Touchscreen bottom of the driver source code, useful, we must properly preserved.
Date : 2025-07-07 Size : 10kb User : 刘建新

s3c44b0, 320x240触摸屏驱动程序-s3c44b0, 320x240 Touchscreen Driver
Date : 2025-07-07 Size : 257kb User : bosun

DL : 0
基于PIC单片机,大屏幕触摸屏驱动程序 -PIC-based single-chip, large-screen touch screen driver
Date : 2025-07-07 Size : 1.22mb User : 邵开春

硬件平台为s3c2140开发板,操作系统使用ucos,该软件包为触摸屏驱动程序源码。-S3c2140 hardware platform for the development board, the operating system to use ucos, the package for the touch screen driver source.
Date : 2025-07-07 Size : 193kb User : 田清

pxa270触摸屏驱动程序,具有不错的参考价值
Date : 2025-07-07 Size : 625kb User : 钱锋

TFT触摸屏驱动程序,非常难得!-TFT触摸屏驱动程序,非常难得!
Date : 2025-07-07 Size : 1.38mb User : 小温

包含三星TFT触摸屏驱动程序,适用平台S3C2440处理器嵌入式系统,WINDOWS CE操作系统-Samsung TFT touch screen that contains the driver for S3C2440 processor embedded system platforms, WINDOWS CE operating system
Date : 2025-07-07 Size : 674kb User : centent

基于s3c2410芯片的触摸屏驱动程序,可以利用模数转换器把模拟信号转换成数字信号,从而确定触摸屏上按下位置坐标.-S3c2410 chip-based touch-screen driver can use the ADC to convert analog signals into digital signals to determine location by pressing the touch screen coordinates.
Date : 2025-07-07 Size : 129kb User : 吴帅
« 12 3 4 5 6 7 8 9 10 ... 19 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.