登录
首页 » Asm » lcd

lcd

于 2010-06-07 发布 文件大小:12KB
0 129
下载积分: 1 下载次数: 5

代码说明:

  四字16*16点阵电子屏字符显示器 显示字用查表法,不占内存,用四个16*16共阳LED点阵显示, 效果:向上滚动显示字,每次四个,重复循环(Four characters 16* 16 dot matrix electronics display screen characters use the word look-up table method, do not account for memory, with a total of four 16* 16 LED dot matrix display Yang, effect: scroll up words, every four, repeat cycle)

文件列表:

第5章汇编程序
.............\4_16.ASM,12772,2010-06-03
.............\4_16.BAK,12799,2005-05-15
.............\4_16.BIN,1086,2005-05-15
.............\4_16.HEX,2628,2005-05-15
.............\4_16.LST,29843,2005-05-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Calculate-of-Capacitance
    直导线电容的计算与说明文档,并且与书本数值进行对比(Straight wire capacitance calculation)
    2016-05-01 23:08:27下载
    积分:1
  • 继电保护matlab算法仿真
    简单的微机保护仿真程序,热切希望可以有一个交流的平台,可以学习(Simple microcomputer protection simulation program)
    2017-07-02 11:07:50下载
    积分:1
  • grbl-master
    #Grbl - An embedded g-code interpreter and motion-controller for the Arduino/AVR328 microcontroller(#Grbl- An embedded g-code interpreter and motion-controller for the Arduino/AVR328 microcontroller)
    2013-07-06 09:56:41下载
    积分:1
  • LongBaselineAcousticPositioning
    说明:  介绍一种适用于长基线水声定位系统的声线修正方法,实用于工程实践(Introduced in Long Baseline Acoustic Positioning System of the voice correction method and practical in engineering practice)
    2011-04-09 09:18:26下载
    积分:1
  • RGB-LEDcode
    该代码为本人的本科毕业设计代码,由于电路原理图丢失,不能提供原理图,但代码类每一个外设模块都有引脚的接口说明,代码也有详细的说明,代码风格与官方风格相似,本人在开发时比较注重代码的可读性,该设计是基于手机蓝牙和stm32单片机的一款RGB-LED变色变光远程+近程控制的智能灯,该代码仅提供参考,不可作为商业用途,若作为商业用途,产生的不良后果自行承担,在此声明!本人为初学者,代码仅供参考!(The code for my graduate design code, the circuit principle diagram is lost, can not provide the principle diagram, but the code class each peripheral module has pin interface that the code is described in detail, and the official code style is similar in style, I pay more attention to the readability of the code in the development, the design is intelligent variable light remote control + mobile phone Bluetooth and STM32 MCU RGB-LED a color based on the code for reference only, not for commercial purposes, if used for commercial purposes, adverse consequences borne, in this statement! I am a beginner, the code is for reference only!)
    2017-10-21 18:31:28下载
    积分:1
  • TemperatureControlSystem
    本系统严格按照题中所定参数及要求,构建了一个以MSP430单片机为控制核心的温度自动控制系统。该系统用PSB型负温热敏电阻作为温度传感器,以一种类R-F的方法测量木盒内实时温度,单片机用实时温度与预设温度值一起代入PID算式得出一个温度增量,再用此温度增量线性的控制PWM波的占空比,开关电源的输出电压也会随之变化,即制冷晶片的输入功率发生变化,因此制冷晶片制冷(加热)的功率随PWM波占空比变化,达到自动控温的目的。本系统制冷(加热)效果明显,效率高,界面友好,制作精致,能够胜任题中所定各项要求。(Question in strict accordance with the system parameters and requirements set out to construct a MSP430 microcontroller to control the core temperature control system. The system with the PSB-type negative thermal sensitive resistors as temperature sensors, the method in a class of RF real-time measurement of temperature inside the wooden box, single chip with real-time temperature and the preset temperature value into the PID formula come together on behalf of a temperature increase, then this temperature increment linear wave PWM duty cycle control, switching power supply output voltage will change, that is cooling the chip input power changes, so cooling the chip cooling (heating) power with the PWM duty cycle changes in wave to achieve the purpose of automatic temperature control. The system cooling (heating) effect is obvious, efficient, friendly interface, making sophisticated, capable of the requirements set out in the title.)
    2010-06-08 20:30:00下载
    积分:1
  • shiyanjiaocheng
    微机原理实验教程,是单片机系统的入门。上面的硬件实验有助于大家对pc系统的了解(Experimental Microcomputer Principle Tutorial, Getting Started is a single-chip system. Above experiment hardware pc help everyone understand the system)
    2009-01-06 10:22:18下载
    积分:1
  • c8051ftcpip
    c8051f的tcpip源程序,新一代功能比较齐全的c8051f020单片机的串行通信c程序,通用的c8051系列tcpip源程序,同时包括了ucos的移植。 (c8051f the tcpip source, a new generation of relatively complete functional C8051F020 MCU serial communication c procedures, C8051 Series tcpip common source, at the same time includes uCOS transplant.)
    2008-04-04 09:58:02下载
    积分:1
  • serial_program_for_51
    很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putbyte(char c) 放入一个字节到发送缓冲区 putbytes(unsigned char *outplace,j) 放一串数据到发送缓冲区,自定义长度 putstring(unsigned char code *puts) 发送一个定义在程序存储区的字符串到串口 puthex(unsigned char c) 发送一个字节的hex码,分成两个字节发。 putchar(uchar c,uchar j) 输出一个无符号字符数的十进制表示,必须标示小数点的位置,自动删除前面无用的零 putint(uint ui,uchar j) 输出一个无符号整型数的十进制表示,必须标示小数点的位置,自动删除前面无用的零 delay(unsigned char d) 延时n x 100ns putinbuf(uchar c) 人工输入一个字符到输入缓冲区 CR 发送一个回车换行(err)
    2008-05-07 10:28:31下载
    积分:1
  • 将十进制数转换为二进制数和16进制数 CONVERT
    将十进制数转换为二进制数和16进制数,可用于单片机初值设定时的计算(convert decimal to binary and hexadecimal ,Can be used to calculate the initial set of single chip microcomputer)
    2014-05-02 16:41:06下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载