此帖出自51单片机论坛
最新回复
#include<reg52.h>#define uchar unsigned char#define uint unsigned intvoid delay(uint z){uint x,y;for(x=z;x>0;x--)for(y=110;y>0;y--);}unsigned char code table[]={0x00,0x20,0x28,0x78,0x28,0x20,0x00,0x00};uchar code colum[]={0x7f,0xbf,0xdf,0xef,0xf7,0xfb,0xfd,0xfe};uchar i;main(){while(1){for(i=0;i<8;i++){P0=table[i];P2=colum[i];delay(5);P2=0xff;}}}复制代码
详情
回复
发表于 2012-6-6 09:41
| ||
|
||
此帖出自51单片机论坛
| ||
|
||
回复 沙发 常见泽1 的帖子
此帖出自51单片机论坛
| ||
|
||
回复 板凳 ylf175300 的帖子
此帖出自51单片机论坛
| ||
|
||
此帖出自51单片机论坛
| ||
|
||
| |
|
|
论坛测评队员
EEWorld Datasheet 技术支持