Welcome![Sign In][Sign Up]
Location:
Search - s3c2410fb

Search list

[Other resources3c2410fb

Description: 2410的一个LCD驱动(Framebuffer驱动)-2410 LCD actuation (Framebuffer actuation)
Platform: | Size: 6773 | Author: 侯景昆 | Hits:

[Other resources3c2410fb

Description: s3c2410单色 320*240LCD驱动
Platform: | Size: 6127 | Author: sldfjlj | Hits:

[Linux-Unixs3c2410fb

Description: s3c2410在linux2.4.18上LCD移植
Platform: | Size: 9634 | Author: zhujumei | Hits:

[Other resources3c2410fb

Description: 这个源代码是用于ARM9 s3c2410在初始化LCD用的,对从事LCM行业的测试人员有较大的参考价值
Platform: | Size: 7116 | Author: zhou | Hits:

[Embeded-SCM DevelopLCDS3C2410

Description: S3C2410下LCD驱动程序移植 及GUI程序编写 以一个实例来叙述S3C2410下一个驱动程序的编写(本文的初始化源码以华恒公司提供的s3c2410fb.c为基础)及简单的GUI程序的编写。
Platform: | Size: 365612 | Author: 王伟 | Hits:

[Linux-UnixS3C2410LCD

Description: S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h
Platform: | Size: 8103 | Author: 黄上 | Hits:

[Embeded-SCM Develops3c2410fb

Description: 嵌入式LCD屏驱动,用于ARM9开发平台下
Platform: | Size: 7004 | Author: lichao | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了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
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Education soft systems3c2410fb

Description: 2410的一个LCD驱动(Framebuffer驱动)-2410 LCD actuation (Framebuffer actuation)
Platform: | Size: 6144 | Author: 侯景昆 | Hits:

[Embeded Linuxs3c2410fb

Description: s3c2410单色 320*240LCD驱动-S3C2410 monochrome 320* 240LCD drive
Platform: | Size: 6144 | Author: sldfjlj | Hits:

[Linux-Unixs3c2410fb

Description: s3c2410在linux2.4.18上LCD移植-S3C2410 in linux2.4.18 on LCD transplantation
Platform: | Size: 9216 | Author: zhujumei | Hits:

[Embeded Linuxs3c2410fb

Description: 这个源代码是用于ARM9 s3c2410在初始化LCD用的,对从事LCM行业的测试人员有较大的参考价值-This source code is used in the ARM9 s3c2410 used to initialize LCD, LCM industries engaged in the testing staff has a larger reference value
Platform: | Size: 7168 | Author: zhou | Hits:

[Embeded-SCM DevelopLCDS3C2410

Description: S3C2410下LCD驱动程序移植 及GUI程序编写 以一个实例来叙述S3C2410下一个驱动程序的编写(本文的初始化源码以华恒公司提供的s3c2410fb.c为基础)及简单的GUI程序的编写。-S3C2410 transplant under the LCD driver and GUI programming with an example to describe the S3C2410 a driver to prepare (this article to initialize source华恒provided s3c2410fb.c-based) and simple procedures for the preparation of GUI.
Platform: | Size: 365568 | Author: 王伟 | Hits:

[Linux-UnixS3C2410LCD

Description: S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h-S3C2410 LCD Driver | |- s3c2410fb.c | `- s3c2410fb.h
Platform: | Size: 8192 | Author: 黄上 | Hits:

[Embeded-SCM Develops3c2410fb

Description: 嵌入式LCD屏驱动,用于ARM9开发平台下-Embedded LCD screen driver for ARM9 development platform under the
Platform: | Size: 7168 | Author: lichao | Hits:

[Linux-Unixs3c2410fb

Description: 阳初2410 linux2.4 7寸 LCD液晶屏驱动-Yang early 2410 linux2.4 7-inch LCD screen LCD driver
Platform: | Size: 6144 | Author: wushililaji | Hits:

[Linux-Unixs3c2410fb

Description: LINUX2.6.22内核的LCD驱动S3C2410FB.C-LCD driver LINUX2.6.22 core S3C2410FB.C
Platform: | Size: 7168 | Author: nhonz | Hits:

[Embeded Linuxs3c2410fb

Description: 这是LCD屏 S6D0154X 的驱动源码,是我花了好久的时间才搞好的,真舍不得啊。 S6D0154X 不同于一般的屏,他可以说是一个手机屏2.8寸,在使用这个屏之前必须对这个屏进行初始化,初始化可以通过spi和iic接口。另外我觉得这个屏的特殊之处在于设置这个屏的控制寄存器的时候和一般的屏不一样。有很多需要注意的地方。-This is the LCD screen driver S6D0154X source is a long time I have spent the time to do a good job and really want to ah. S6D0154X different from the normal screen, he can say that is a 2.8-inch cell phone screen, using the screen on the screen prior to initialize, initialization can spi and IIC interface. In addition I think this screen is to set up the special nature of the control register of the screen when the screen and the general not the same. There are many areas requiring attention.
Platform: | Size: 8192 | Author: 龚洪彦 | Hits:

[Embeded-SCM Develops3c2410fb

Description: 基于s3c2410的s3c2410fb驱动,以检验正确。功能详实-s3c2410fb——driver
Platform: | Size: 7168 | Author: dsafsdfsdf | Hits:

[SCMs3c2410fb.c

Description: s3c2410fb.c s3c2410fb.hLCD驱动程序-s3c2410fb.c s3c2410fb.hLCD driver
Platform: | Size: 5120 | Author: 阿涛 | Hits:
« 12 »

CodeBus www.codebus.net