- 博客(2)
- 收藏
- 关注
原创 STC89C52的LCD滚动显示
#include<reg52.h> #define uchar unsigned char #define uint unsigned int sbit RS=P2^6; sbit RW=P2^5; sbit E=P2^7; uchar tab1[]="zxcvbnm"; uchar tab2[]="12345678903728"; uint a; void delay(uint z...
2018-07-17 11:29:00 755
转载 基于STC89C52的LCD屏显示
#include "lcd.h" /******************************************************************************* * 函 数 名 : Lcd1602_Delay1ms * 函数功能 : 延时函数,延时1ms * 输 入 : c * 输 出 ...
2018-07-17 11:27:40 3171
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人