搜索资源列表
怎样用51驱动LCD显示
- 通过实例实践LCD 驱动显示(以128DI0 为例),达到快速上手编制LCD 显示驱动程序 的目的。 准备条件: 1、使用的51 单片机:AT89C52 4K FLASH,供电电压3.0V 2、使用的电测板:LTB-T51-01C 3、使用的软件开发工具:KEIL V7.0 以上版本-practice examples LCD display driver (128DI0 example), to prepare unfamiliar LCD display driver f
通过单片机测试显示芯片HT1621与LCD屏
- 通过单片机测试显示芯片HT1621与LCD屏 本例采用89S52, 晶振为11.0592MHZ-through the test chip microcontroller HT1621 LCD screen with the use of 89S52 cases, crystal-11.0592MHZ
日历时钟lcd显示
- C8051F020单片机日历时钟lcd显示-C8051F020 calendar clock LCD display
C51-LCD显示
- 51系列单片机LCD液晶显示程序-51 MCU LCD display program
adc0804c.rar
- ADC0804 采集数据单片机 LCD显示 调试通过,ADC0804 data collected through the single-chip LCD display debugging
IO-to-LCD
- 单片机IO直接驱动LCD显示但是那按时的-IO directly drive LCD display microcontroller, but it' s time
PIC-LCD
- 用PIC汇编实现单片机控制LCD显示以及人机对话全部代码-err
FFT
- 基于Avr单片机的FFT算法,LCD显示-Avr MCU-based FFT algorithm, LCD display
lcd
- 单片机LCD显示程序 我用MCD DEMO II 自带的LCD 1602 显示程序来显示开发板, 只显示小黑方块-Single-chip LCD display program
lcd
- AVR单片机C语言程序设计实例之字符型LCD显示-AVR single-chip design example C language program of character LCD display
DSP-LCD-CONTROL
- 单片机对lcd显示的控制,主要是用lcd显示温度传感器测得的温度值-Single-chip control of the lcd display, lcd display with the main temperature sensor measurements of temperature
mega16-lcd-key
- mega16单片机,4x4键盘数据存到单片机,并将其在1602上显示出来,很有参考价值,包含protues在线仿真-mega16 MCU, 4x4 keyboard, save the data to the MCU, and will show up in 1602, of great reference value, including protues Online Simulation
lcd
- 51单片机lcd显示程序(包括12864与1602)-51 MCU lcd display program (including the 12864 and 1602)
LCD
- 51单片机LCD显示 keil环境下运载成功-51 Microcontroller LCD Display keil successful delivery environment
msp单片机LCD显示的程序库.
- msp430单片机LCD显示的程序库.显示液晶
64-温度测量段式LCD显示
- 基于STC89C52单片机,采用18b20温度传感器,对温度进行采样,并通过AD转换为电压变量,并通过段式LCD 显示,实现了对温度的动态监测(Based on STC89C52 microcontroller, the 18b20 temperature sensor is used to sample the temperature, and the voltage is changed into voltage by AD, and the dynamic monitoring of te
单片机AD0808LCD
- 单片机8路AD0808转换加LCD显示源代码和仿真程序,是C语言写的,仿真是proteus软件的.(SCM 8 AD0808 conversion plus LCD display source code and simulation program, is written in C language, simulation is Proteus Software)
LCD显示
- stm32单片机LCD显示,通过keil5开发环境实现..(STM32 MCU LCD display)
LCD显示温度+串口接收温度
- LCD显示温度+串口接收温度xxxx不要管后面本文介绍了简易集散温度控制系统,系统为两层结构,上位机用组态王软件完成对下位机的监控。下位机利用数字温度传感器DS18B20 ,结合单片机组成传感器网络,设计了相关的硬件和软件,实现多点温度检测与控制。(LCD display temperature + serial port receiving XXXX leave behind a simple distributed temperature control system has been in
51单片机LCD显示温度
- AT89C51单片机,显示温度,串口接收。调试通过