登录
首页 » SCM » SCM and LCD12864 parallel port control driver

SCM and LCD12864 parallel port control driver

于 2022-04-15 发布 文件大小:5.11 kB
0 70
下载积分: 2 下载次数: 1

代码说明:

单片机与LCD12864并口控制驱动程序-SCM and LCD12864 parallel port control driver

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

发表评论

0 个回复

  • 程序描述:红外遥控RC5码解码程序,经串口发送 目标cpu:lpc932 晶振:11.0592M 硬件描述:一体化接收头接P20.指示LED接P26...
    程序描述:红外遥控RC5码解码程序,经串口发送 目标cpu:lpc932 晶振:11.0592M 硬件描述:一体化接收头接P20.指示LED接P26 编译器:KEIL 7.05 作者:刘玉宏(liu1234)-Description: RC5 infrared remote control code decoding process, by the serial port to send the target cpu: lpc932 crystal: 11.0592M Hardware Description: integrated access to receive the first P20. Instructions LED then P26 compiler: KEIL 7.05 Author:刘玉宏(liu1234)
    2022-12-15 07:50:03下载
    积分:1
  • 单片机课程设计PPT,汇编语言,电子书籍
    单片机课程设计PPT,汇编语言,电子书籍-SCM curriculum design PPT.rar
    2022-07-19 20:11:37下载
    积分:1
  • communicate by infraed ray
    红外传输程序,单片机at90s8515,红外编解码芯片max31-communicate by infraed ray
    2022-08-20 06:25:33下载
    积分:1
  • This procedure for the AD9850 (DDS) Direct Digital Frequency Synthesizer C langu...
    此程序为AD9850(DDS)直接数字频率合成器C语言源码。用125M的有源晶振,频率无失真输出可达到40M。该程序包括FYD12864LCD显示程序加4X4矩阵键盘扫描,可步进1M,1K,和任意频率输入。及相位设置。-This procedure for the AD9850 (DDS) Direct Digital Frequency Synthesizer C language source code. With 125M active crystal, the frequency output can be achieved without distortion 40M. The process includes the display program FYD12864LCD plus 4X4 matrix keyboard scanning, may be stepping 1M, 1K, and arbitrary frequency input. And phase settings.
    2022-01-25 16:12:13下载
    积分:1
  •  C8051F330/1 MCU 有一个可编程内部高频振荡器、一个可编程内部低频振荡器和一个外部振荡器驱动电路。可以通过对 OSCICN 和 OSCICL 寄存...
     C8051F330/1 MCU 有一个可编程内部高频振荡器、一个可编程内部低频振荡器和一个外部振荡器驱动电路。可以通过对 OSCICN 和 OSCICL 寄存器编程来使能/禁止内部高频振荡器和调节其输出频率(参看振荡器框图);可以通过对 OSCLCN 寄存器编程来使能/禁止内部低频振荡器和调节其输出频率(参看图9.3)。系统时钟可以由外部振荡器电路或任何一个内部振荡器提供。表9.1给出了内部振荡器的电气特性。 -C8051F330/1 MCU has a programmable internal high-frequency oscillator, a programmable internal low frequency oscillator and an external oscillator drive circuit. Can register on OSCICN and OSCICL programming to enable/disable the internal high-frequency oscillator and adjust its output frequency (see diagram oscillator) OSCLCN can register through the programming to enable/disable the internal low frequency oscillator and adjust its output frequency (see Figure 9.3). System clock can be external oscillator circuit, or any provision of an internal oscillator. Table 9.1 gives the electrical characteristics of the internal oscillator.
    2022-07-16 04:48:51下载
    积分:1
  • 用标准c语言编写的can总线源程序.包含sja1000,82527等芯片的源程序....
    用标准c语言编写的can总线源程序.包含sja1000,82527等芯片的源程序.-standard language prepared by the bus can source. Included sja1000, 82527 chip of the source.
    2023-07-30 20:00:03下载
    积分:1
  • 使用AVR单片机I2C 24C02
    用AVR的 I2C读写24C02 先在24C02中写入一段数据,然后断电,再送电,将EEPROM中的数据发送给PC机-24C02 using AVR I2C-read the first paragraph in the 24C02 to write data, and power outages, sending electricity, EEPROM data will be sent to the PC,
    2023-05-30 15:20:03下载
    积分:1
  • 51单片机流水灯 可以实现多种闪光功能
    51单片机流水灯 可以实现多种闪光功能-51 single-chip can achieve a variety of water flashing lights function
    2023-02-25 16:40:04下载
    积分:1
  • 单片机系统上电后,P0 口和 P1 口都被清 0。然后,你规定一个由 6 个数字构成的序列(每个数字从 0~F 中选取),比如 E、8、9、0、7、F。然后每次当单片机检测到外部中断 0发起中断时间时,读取 P0 口和 P1 口上的状态值,当连续 6 次外部中断事件的对应的数字序列构成你所设定的序列后(举例来说,如果 P0.0 是 1,P0 和 P1 的其他管脚是 0,那么我们称为检测到一次数字 0),从串口打印输出一幅类似下图的 16×16 的ASCII码的圣诞树图片。-Single-chip microcomputer system after power, P0 and P1 mouth I have been ching 0. Then you set a six figure constituted by the sequence (each number from 0 ~ F in selected), for example, E, 8,9,0,7, F. And then each time a single-chip detects external interrupt 0 initiated interruption time, I read the P0 and P1 mouth on the state value, when a row 6 times the corresponding external interrupt events constitute digital sequence set your sequence (for example example, if P0.0 is 1, P0 and P1 of the other pin is 0, then we called a number of detected 0), a printout from the serial port under similar 16 × 16 map of the ASCII code of the Christmas tree图片.
    2022-10-23 01:15:03下载
    积分:1
  • 数码管显示秒表(汇编),用动态扫描的方式进行显示,减少IO口
    数码管显示秒表(汇编),用动态扫描的方式进行显示,减少IO口-Digital display stopwatch (compilation), with dynamic scan showed that the way to reduce the IO I
    2022-07-16 16:47:41下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载