Welcome![Sign In][Sign Up]
Location:
Search - lcd 08

Search list

[Other resource嵌入式应用技术基础教程2

Description: 嵌入式应用技术基础教程2 第11章 Flash存储器的在线编程 第12章 GP32的其他功能模块 第13章 LCD与LED编程 第14章 USB接口 第15章 CAN通信接口 第16章 08系列MCU编程器的开发 第17章 工业以太网 第18章 非接触式IC卡及其读写设备-embedded applications based Directory 2 Chapter 11 Flash memory programming online GP3 Chapter 12 two other functional modules Chapter 13 LCD and LED programming Chapter 14 USB Chapter 15 CAN communication access I chapter 16 08 Series MCU programming for the development of Chapter 17 Industrial Ethernet Chapter 18 non-contact IC card and literacy equipment
Platform: | Size: 900509 | Author: | Hits:

[Other resourcexzh_jm12864m_LCD(2006-08-11)

Description: LCD 人机界面 用61单片机做的,请大家指点下-man-machine interface LCD with 61 SCM do, under the guidance Please
Platform: | Size: 13732 | Author: 曾震宇 | Hits:

[assembly languageLCD

Description: IO 驱动 LCD , *** *** *** *** FILE NAME: IO_LCD MCU: HT46R22 MASK OPTION: WAKE-UP: PA6,PA7 PULL-HIGH: PA,PB,PC IIC: DISABLE PFD: DISABLE PWM: DISABLE WDT: ENABLE CLRWDT: ONE WDT CLOCK SOURCE: T1 WDT TIME OUT SELECT: WDT CLOCK SOURCE/32768 LVR: DISABLE OSC: CRYSTAL SYSVOLT: 3.0V SYSFRAG: 4000KHZ AUTHOR: RADOME HISTORY: 2005.08.
Platform: | Size: 2335 | Author: sas | Hits:

[Embeded Linux多级中文菜单C51

Description:

/**********************************多级菜单LCD显示********************************************/ /*********作者:王胜文。QQ:95201972 email:nunk@163.com 希望与大家交流2007。08。03**********/ #include #include #include #include #include void (*current_operation_index)();// uchar func_index=0; uchar func_index; typedef struct { uchar current; uchar up; uchar down; uchar enter; void (*current_operation)(); } key_table;


Platform: | Size: 94730 | Author: bg7img | 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:

[Software Engineering嵌入式应用技术基础教程2

Description: 嵌入式应用技术基础教程2 第11章 Flash存储器的在线编程 第12章 GP32的其他功能模块 第13章 LCD与LED编程 第14章 USB接口 第15章 CAN通信接口 第16章 08系列MCU编程器的开发 第17章 工业以太网 第18章 非接触式IC卡及其读写设备-embedded applications based Directory 2 Chapter 11 Flash memory programming online GP3 Chapter 12 two other functional modules Chapter 13 LCD and LED programming Chapter 14 USB Chapter 15 CAN communication access I chapter 16 08 Series MCU programming for the development of Chapter 17 Industrial Ethernet Chapter 18 non-contact IC card and literacy equipment
Platform: | Size: 900096 | Author: | Hits:

[SCM0802LCD

Description: 0802液晶显示:在LCD 屏幕上显示广告词(51单片机控制)-0802 LCD : LCD screen shows the words (51 MCU control)
Platform: | Size: 1024 | Author: kuangaj | Hits:

[SCMxzh_jm12864m_LCD(2006-08-11)

Description: LCD 人机界面 用61单片机做的,请大家指点下-man-machine interface LCD with 61 SCM do, under the guidance Please
Platform: | Size: 46080 | Author: 曾震宇 | Hits:

[assembly languageLCD

Description: IO 驱动 LCD , *** *** *** *** FILE NAME: IO_LCD MCU: HT46R22 MASK OPTION: WAKE-UP: PA6,PA7 PULL-HIGH: PA,PB,PC IIC: DISABLE PFD: DISABLE PWM: DISABLE WDT: ENABLE CLRWDT: ONE WDT CLOCK SOURCE: T1 WDT TIME OUT SELECT: WDT CLOCK SOURCE/32768 LVR: DISABLE OSC: CRYSTAL SYSVOLT: 3.0V SYSFRAG: 4000KHZ AUTHOR: RADOME HISTORY: 2005.08.
Platform: | Size: 2048 | Author: sas | Hits:

[Com PortPIC18-Program

Description: Chart-04-----端口应用 Chart-05-----中断优先级处理 Chart-06-----SPI/IIC应用 Chart-07-----串口通讯应用 Chart-08-----端口RB应用 Chart-09-----TMR0/TMR1应用 Chart-10-----AD转换 Chart-11-----CCP1/PWM Chart-12-----CAN通讯 Chart-13-----液晶显示 Chart-14-----WDT/SLEEP/EEPROM Chart-15-----ECCP1/PWM全桥/半桥 Chart-16-----PSP/Master/slave-Chart-04----- port Application Chart-05----- Interrupt Priority Chart-06-----SPI/IIC application processing Chart-07----- Application Serial Communication Chart-08- RB port Chart-09-----TMR0/TMR1---- Application Application Chart-10----- AD conversion Chart-11-----CCP1/PWMChart-12-----CAN communications Chart-13----- LCD Chart-14-----WDT/SLEEP/EEPROMChart-15-----ECCP1/PWM full-bridge/half-bridge Chart-16-----PSP/Master/slave
Platform: | Size: 121856 | Author: xuyong | Hits:

[SCMLCD_0802

Description: 一个能够直接编译使用的0802液晶驱动程序。具体物理连接网络上可以搜到。-A compiler can direct the use of liquid crystal 0802 driver. Specific physical connection can be found on the network.
Platform: | Size: 1024 | Author: lirui | Hits:

[SCM08.1602

Description: 1602液晶程序,显示两行,动态滚动显示文字、数字等,适合初学者下载学习-1602 LCD process, showing two lines, dynamic rolling display text, numbers, etc., suitable for beginners to learn to download
Platform: | Size: 9216 | Author: guotianyu | Hits:

[ELanguage08-09

Description: 单片机万年历 文 件 名:万年历设计.c * 功 能:我的小制作-------万年历 **************************************************************************/ /****************************文件包含*************************************/ #include < reg52.h > #include < character.h > #include < lcd.h > #include < clock.h > #include < sensor.h> #include < calendar.h > #include < key.h > /*****************************预定义**************************************/ #define uchar unsigned char #define uint unsigned int-Singlechip Calendar
Platform: | Size: 2251776 | Author: Sam Chai | Hits:

[SCMTIANMA_172CSTN_ST7669V

Description: 为天马自己开发的CSTN+ST7669 的测试源码,用于检测LCD的相关性能-Pegasus developed for their own testing CSTN+ ST7669 source for detecting the relevant performance LCD
Platform: | Size: 654336 | Author: jokey | Hits:

[MiddleWareTOPWAY-T8000(STN)-AppNote-v0[1].1

Description: // 拓普微内置T8000液晶显示模块系列演示程序-V0.1 // (应用液晶显示控制器T8000,4级灰度) // // 本程序文件是应用手册中各功能程序的应用演示 // 使用时要先根据使用环境修改接口地址和信号端口定义 // // 深圳市拓普微科技开发有限公司 // Shenzhen TOPWAY Technology Co.,Ltd. // // by Guo Qiang 2008-08-27-// 拓普微内置T8000液晶显示模块系列演示程序-V0.1 // (应用液晶显示控制器T8000,4级灰度) // // 本程序文件是应用手册中各功能程序的应用演示 // 使用时要先根据使用环境修改接口地址和信号端口定义 // // 深圳市拓普微科技开发有限公司 // Shenzhen TOPWAY Technology Co.,Ltd. // // by Guo Qiang 2008-08-27
Platform: | Size: 664576 | Author: hiker lee | Hits:

[SCM08TI_MSP430_contest

Description: 08年TI竞赛的基于MSP430单片机的竞赛程序,我整整写了一个暑假,包括键盘读取与中断,LCD显示等一整个系统的源程序。-Based on MSP430 MCU race program, I wrote a whole summer, including the keyboard, reads and interrupts, LCD displays and an entire system
Platform: | Size: 9216 | Author: sun | Hits:

[SCMPIC18_Program

Description: 本资料含有 Chart-04-----端口应用 Chart-05-----中断优先级处理 Chart-06-----SPI/IIC应用 Chart-07-----串口通讯应用 Chart-08-----端口RB应用 Chart-09-----TMR0/TMR1应用 Chart-10-----AD转换 Chart-11-----CCP1/PWM Chart-12-----CAN通讯 Chart-13-----液晶显示 Chart-14-----WDT/SLEEP/EEPROM Chart-15-----ECCP1/PWM全桥/半桥 Chart-16-----PSP/Master/slave 等程序资料。-The information contained Chart-04----- Application Chart-05----- port interrupt priority handling Chart-06-----SPI/IIC application Chart-07----- Chart-serial communications applications 08----- Port RB application Chart-09-----TMR0/TMR1 Application Chart-10----- AD conversion Chart-11-----CCP1/PWM Chart-12----- CAN communications Chart-13----- LCD Chart-14-----WDT/SLEEP/EEPROM Chart-15-----ECCP1/PWM full bridge/half-Chart-16----- PSP/Master/slave and other program information.
Platform: | Size: 186368 | Author: | Hits:

[SCMLCD

Description: // //established on 2004/03/08 //primary functions are lcd display,which includes hy12864b and ocm4x8c,and matrix keyboard //with mcu to cpld connect //with music //with inner watchdog(atmel at89s52) //with rs232 connection,work both in binery mode and ascii mode can select ecc or not //multy procedure provided -// //established on 2004/03/08 //primary functions are lcd display,which includes hy12864b and ocm4x8c,and matrix keyboard //with mcu to cpld connect //with music //with inner watchdog(atmel at89s52) //with rs232 connection,work both in binery mode and ascii mode can select ecc or not //multy procedure provided //
Platform: | Size: 2048 | Author: jiangxiaojian | Hits:

[Linux-UnixLinux-driver-development18

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第18章、LCD设备驱动。在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入式系统中,掌上电脑(PDA)、手机等多采用TFT显示器件,支持彩色图形界面,能显示图片并进行视频媒体播放。帧缓冲(Framebuffer)是Linux为显示设备提供的一个接口,它允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。本章主要讲解帧缓冲设备Linux驱动的架构及编程方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 18, LCD device drivers. In the multimedia application to the push of color LCD, more and more applied to embedded systems, handheld computers (PDA), mobile phones and other display device, support the TFT color graphic interface, images and video can show media player. The frame buffer (Framebuffer) is Linux for a display device provide interface, it allows the upper application in the graph modes for display and direct buffer operation. This chapter covers the frame buffer equipment Linux drivers structure and framework of the programming method.
Platform: | Size: 887808 | Author: 华清远见 | Hits:

[Other Embeded programLCD--TMGG13264

Description: pdf datasheet + schematic for LCD TMGG13264-08-SPA01.pdf SSD1815
Platform: | Size: 1234944 | Author: trcrus | Hits:
« 12 »

CodeBus www.codebus.net