搜索资源列表
怎样用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
78lx3seeitV1_1
- NEC 78k0 LX3系列的LCD 电压电流的显示表
AVR
- ATmega16 数字电压表 1602LCD显示 proteus仿真 C语言 包涵程序一起上传 适合初学者-ATmega16 digital voltage meter display 1602LCD includes proteus simulation program with C language for beginners From
yxz
- 交流电压有效值采样检测程序 avr单片机 含液晶 串口 adc等-AC voltage RMS sampling and testing procedures for avr microcontroller with LCD and other serial adc
SMT32-LCD
- STM32 控制LCD实例,LCD为HB240128,内已经包含库文件,可直接使用-STM32 control LCD instance, LCD is HB240128, has been included within the library can be used directly
51ad
- 基于51单片机的8路AD电压采集与测量 用LCD对8路电压进行显示 用ADC0809对信号进行AD转换-Based on MCU 51 8 AD-voltage collection and measurement of the 8 voltage LCD display with ADC0809 AD converter on the signal. . .
ad0809
- C51语言 用STC89C52单片机和AD0809采集电压值 并在LCD1602液晶中显示-C51 language acquisition with STC89C52 voltage microcontroller and AD0809 and LCD1602 LCD display
shuzidianyabiao
- 一个数字电压表的设计,ADC0809 lcd显示,可以参考-A digital voltage meter design, ADC0809 lcd display, you can reference
ad-da-mega16-lcd
- mega16单片机实现ad-da转换,将采集到得电压不断实时显示在1602液晶上,有proteus仿真。保证正确-mega16 SCM ad-da converter, will be collected to get real-time voltage is continuously displayed on LCD 1602, there proteus simulation. Ensure proper
AT89S51
- AT89S51单片机实验及实践教程,通过这本书可以很好的解决,LED、LCD显示,电子钟,电子琴,点阵,数字电压表,ADC0809,DS18B20,电子锁等问题-AT89S51 Single-chip experiments and practice course, through this book can be a good solution, LED, LCD display, electronic bell, organ, dot matrix, digital voltage mete
AD-LCD
- 实现如下功能: 调节ADC0的可变电阻时,当输入电压小于1.1V时,LCD 显示红色,当输入电压在1.1~2.2V时,LCD显示绿色,当输入电压大于2.2V时,LCD显示蓝色,同时串口输出电压值。 -To achieve the following functions: regulating ADC0 variable resistor, when the input voltage less than 1.1V when, LCD display red, when the inpu
led
- LCD触摸显示屏控制定位系统:LCD触摸屏也变得普及,并逐渐成为当今的主流配置。触摸屏分为电阻、电容、表面声波、红外线扫描和矢量压力传感触摸屏等,其中使用最多的是四线或五线电阻触摸屏。四线电阻触摸屏是由两个透明电阻膜构成的,在它的水平和垂直电阻网上施加电压,就可通过A/D转换面板在触点测量出电压,从而对应出坐标值。-LCD touch screen control positioning system: LCD touch screen has become popular, and has g
LCD
- 用汇编语言编写测电压,Keil&proteus联合仿真-Using assembly language to prepare measuring voltage, Keil & proteus United simulation
AD-LCD-DA
- 通过adc0809采集电压,在LCD液晶屏上显示,并输出到DAC0832-Adc0809 collected through the voltage on the LCD screen in the LCD display, and output to DAC0832
TLC549(LCD)
- TLC549 模数转换 可以制作用51单片机上制作简易电压表-TLC549 ADC can be made on the production of single chip with 51 simple voltmeter
adc0808-lcd
- 利用adc0808与单片机连接,在LCD上显示,每屏显示四路电压值,每间隔一秒换屏一次-Connected with the microcontroller using adc0808 in LCD display, four voltage values for each display, each screen for a second time interval
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
数字电压表
- stc89c51+1602+ADC0809+74LS74采集电压并在液晶屏1602上显示(Collect voltage and display on LCD screen 1602)
电压测量程序例(ok)
- stm32用ADC测量电压,并在LCD数码管上显示(STM32 uses ADC to measure the voltage and displays it on the LCD digital tube)
基于32单片机的电压检测装置
- 1. 基本功能:基本实现了附件2要求的功能,因为TFT-LCD引脚损坏,故用OLED代替,开发板没有配套24C02,所以使用flash模拟EEPROM,对参数K进行掉电保护。 2. 增加功能: a.按键个数增加1个,多了一个用于时间调整,可以让时间减小。 b.可以通过串口修改实时时间,在屏幕1下,用串口助手输入指令。 c.可以通过串口更新电压上报时间,在屏幕2下,用串口助手输入指令。 d.往串口助手输入:?,即可以获得串口指令提示。更多信息见实验工程下“ReadMe”文件。