CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - lcd to

搜索资源列表

  1. embedded

    0下载:
  2. Code to interface keypad with LCD
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-04
    • 文件大小:561
    • 提供者:kay
  1. 44B0Test

    0下载:
  2. Descr iption of TFT-LCD-Driver Potentiometer example.-This example shows how to use the TFT-LCD-Driver peripheral to measure the potentionmeter level.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-30
    • 文件大小:304076
    • 提供者:xfc
  1. atmega8-doublePS2mouse.ZIP

    0下载:
  2. avr atmega 8 application communicate with 2 mouse s scanners to count translation and rotation of messure box communicates also with big control panel (multiplicated switches) and lcd display great avr use egzample great and realised - not on
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-11
    • 文件大小:8125
    • 提供者:azee
  1. STC12C-SSD1289-3.2.rar

    0下载:
  2. STC12C5A60S2+SSD1289_3.2寸屏的驱动代码,软件用8位数据分别发送两次给LCD,采用74HC573对低8位数据进行锁存,然后再发送高8位方式实现LCD的16位数据模式。,Driver code, of STC12C5A60S2+SSD1289_3.2-inch screen of the software with the 8-bit data are sent twice to the LCD latch 74HC573 on the lower 8 bits of dat
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-11
    • 文件大小:47334
    • 提供者:ydfq
  1. LCD_interfacing

    0下载:
  2. can be used to study lcd interfacing using avr studio 4 and atmega128
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-09
    • 文件大小:51251
    • 提供者:neena
  1. 12864

    0下载:
  2. 编写一个函数,用来设定字符在液晶上显示的位置。 注:每一个汉字位置都有固定的地址,设定不同的地址即可在不同的位置上显示字符,关于其显示位置及地址请参照RT12864HZ资料的汉字显示坐标。 -Write a function that is used to set the position of the characters displayed on the LCD. Note: each character location has a fixed address in the se
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-28
    • 文件大小:252191
    • 提供者:邓小梨
  1. LCD12864

    0下载:
  2. z这是一个关于 PIC30f5011 单片机驱动LCD12864的文件,采用的串行方式进行数据读写,已经过测试,工作稳定,始终为16M-This is a PIC30f5011 drive for LCD12864,YOU can use this file to drive you LCD
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-05
    • 文件大小:5142
    • 提供者:刘福兵
  1. 12864ZW-Instruction

    0下载:
  2. 12864ZW说明书,12864(控制器是ST7920)带中文字库。 LCD|液晶屏幕|中国深圳市绘晶科技公司|产品|模块|控制器|ST7920|中文字库-12864ZW manual, 12864 (controller ST7920) with a Chinese font. LCD | LCD screen | Chinese, painted crystal technology companies, Shenzhen | | module | Controller
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-06
    • 文件大小:394100
    • 提供者:lwj
  1. 1602yejingxianshi

    0下载:
  2. 基于单片机的lcd1602液晶显示屏的程序,做给朋友的生日礼物,欢迎参考学习。-Program based microcontroller lcd1602 LCD screen, do a birthday gift to a friend, welcome Reference learn.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-02
    • 文件大小:15144
    • 提供者:木小希
  1. sjkjqj060910

    0下载:
  2. 与单片机液晶显示相关的C语言程序,很实用,适用于亚龙开发装置-Single-chip LCD display C-language program, it is practical and applicable to Yaron development unit
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-08
    • 文件大小:479596
    • 提供者:wu
  1. 16x2charlcd4bit

    0下载:
  2. functions to control a lcd display
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-30
    • 文件大小:30440
    • 提供者:zxcqwertyasd
  1. zhongduan

    0下载:
  2. 用PIC单片机内部定时器0,作为16位定时器使用,并开启溢出中断。单片机的外部中断0引脚接开关SW2,并设置为下降沿的触发方式。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:SW2按键按下时,LCD上显示“Timer0 Start”, 定时器0开始工作,然后LCD上显示“Timer0 Working”,当UART接收到PC机发送的命令“P”时,定时器0停止工作,LCD上显示“Timer0 Stop”
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-27
    • 文件大小:57808
    • 提供者:杨梦红
  1. chuangxing

    0下载:
  2. 配置CCP1模块使之工作于PWM模式,并初始化周期和占空比。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:当UART接收到命令“S”时,LCD上显示“PWM Start”, PWM开始工作。当UART接收到命令“U”时,占空比增加,当UART接收到命令“D”时,占空比减少,并在LCD上显示占空比。当UART接收到命令“P”时, PWM停止工作,LCD上显示“PWM Stop”。并用示波器观察PWM输
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-22
    • 文件大小:113465
    • 提供者:杨梦红
  1. adzhuanhuan

    0下载:
  2. 勇PIC单片机的模拟量输入通道AN0进行直流A/D采集。MSSP模块工作在IIC模式,并设置为主模式,对外部的24LC024-EEPROM进行读写。编写程序实现功能:在LCD上实时显示采集的电压值。当SW2按键按下时,通过IIC总线把当前采集的电压写入EEPROM的00H和01H单元,并在LCD上显示写入的电压值,再次按下SW2退出到采集状态。当SW3按键按下时,通过IIC总线从EEPROM的00H和01H单元中读出数据进行验证,并在LCD上显示读出的电压值,再次按下SW3退出到采集状态-Yon
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-11
    • 文件大小:89487
    • 提供者:杨梦红
  1. 18b20-wendu-1602--display

    0下载:
  2. 89C51单片机控制的多个18b20温度传感器1602液晶显示 亲测好用-More 18b20 temperature sensor 1602 89C51 microcontroller control LCD pro-test easy to use
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-08
    • 文件大小:51926
    • 提供者:shouwangzhe
  1. tft

    0下载:
  2. tft液晶屏显示的一个小程序,可以用来刷屏,智能小车上可以直接使用,在使用前注意更改下引脚号-tft LCD display, a small program that can be used to refresh, smart small car can be used directly, before use change under the pin number
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-20
    • 文件大小:1951
    • 提供者:水天
  1. 12864A-3

    0下载:
  2. 12864液晶显示屏点阵显示,这是许多电子设计过程中需要用到的显示-12864 LCD dot matrix display, which is the need to use the display in many electronic design process
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-05
    • 文件大小:1737
    • 提供者:陈滢
  1. main

    0下载:
  2. 在nKDE51单片机实验教学系统上,利用DS18B20数字温度传感器连续测试环境温度,对测试数据进行处理计算,在RT-1602字符点阵LCD上实时显示环境温度值-On nKDE51 microcontroller experimental teaching system, the use of continuous testing environment temperature DS18B20 digital temperature sensor, to deal with test data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-29
    • 文件大小:2211
    • 提供者:方超
  1. wannianli

    0下载:
  2. 基于ARM1138的万年历液晶屏显示。方便大家学习参考,交流-Perpetual calendar based on ARM1138 LCD display. Convenient for everybody to learn reference, communication
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-05
    • 文件大小:53223
    • 提供者:Tessa
  1. avr64_12864

    0下载:
  2. avr M64 12864 LCD显示屏显示 用并行口传送数据-avr M64 12864 LCD display with a parallel port to transfer data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-27
    • 文件大小:147332
    • 提供者:jack
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 25 26 »
搜珍网 www.dssz.com