您的位置 首页 新能源

pic单片机8位点阵的字母翻滚

因为程序内存的原因不能用2维数组,所以只好定义8个数组来显示字母,也就只有8个字母可以显示了,听何家伟说往数组前面加一个code就可以定

由于程序内存的原因不能用2维数组,所以只好界说8个数组来显现字母,也就只要8个字母能够显现了,听何家伟说往数组前面加一个code就能够界说了,不过不知道PIC里边能不能用,先把还不算太完善的著作贴出来再渐渐改吧。原本想把视频传上来还要黄钻,晕。算了。

#include void delay();void init();unsigned char table[]={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};unsigned char  scan[]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80};unsigned char  A[8]={0x00,0x38,0x44,0x44,0x44,0x7C,0x44,0x44};//Aunsigned char  B[8]={0x00,0x3C,0x44,0x44,0x3C,0x44,0x44,0x3C};//Bunsigned char  C[8]={0x00,0x78,0x04,0x04,0x04,0x04,0x04,0x78};//Cunsigned char  D[8]={0x00,0x3C,0x44,0x44,0x44,0x44,0x44,0x3C};//Dunsigned char  E[8]={0x00,0x7C,0x04,0x04,0x7C,0x04,0x04,0x7C};//Eunsigned char  F[8]={0x00,0x7C,0x04,0x04,0x7C,0x04,0x04,0x04};//Funsigned char  G[8]={0x00,0x38,0x44,0x04,0x04,0x74,0x44,0x38};//Gunsigned char  H[8]={0x00,0x44,0x44,0x44,0x7C,0x44,0x44,0x44};//Hunsigned char i,j,k,temp,m,x,y,z,n;main(){TRISC=0X00;TRISB=0X00;while(1){init();while(k){for(m=0;m<8;m++){table=A<200)temp==1;k--;}if(!k){for(x=0;x<8;x++){for(m=0;m<8;m++){table=A>>x;}for(temp=1;temp<=200;temp++){for(i=0;i<8;i++){PORTB=~table[i];PORTC=scan[i];delay();PORTC=0X00;}}if(temp>200)temp==1;}}init();while(k){for(m=0;m<8;m++){table=B<200)temp==1;k--;}if(!k){for(x=0;x<8;x++){for(m=0;m<8;m++){table=B>>x;}for(temp=1;temp<=200;temp++){for(i=0;i<8;i++){PORTB=~table[i];PORTC=scan[i];delay();PORTC=0X00;}}if(temp>200)temp==1;}}init();while(k){for(m=0;m<8;m++){table=C<200)temp==1;k--;}if(!k){for(x=0;x<8;x++){for(m=0;m<8;m++){table=C>>x;}for(temp=1;temp<=200;temp++){for(i=0;i<8;i++){PORTB=~table[i];PORTC=scan[i];delay();PORTC=0X00;}}if(temp>200)temp==1;}}init();while(k){for(m=0;m<8;m++){table=D<200)temp==1;k--;}if(!k){for(x=0;x<8;x++){for(m=0;m<8;m++){table=D>>x;}for(temp=1;temp<=200;temp++){for(i=0;i<8;i++){PORTB=~table[i];PORTC=scan[i];delay();PORTC=0X00;}}if(temp>200)temp==1;}}init();while(k){for(m=0;m<8;m++){table=E<200)temp==1;k--;}if(!k){for(x=0;x<8;x++){for(m=0;m<8;m++){table=E>>x;}for(temp=1;temp<=200;temp++){for(i=0;i<8;i++){PORTB=~table[i];PORTC=scan[i];delay();PORTC=0X00;}}if(temp>200)temp==1;}}init();while(k){for(m=0;m<8;m++){table=F<200)temp==1;k--;}if(!k){for(x=0;x<8;x++){for(m=0;m<8;m++){table=F>>x;}for(temp=1;temp<=200;temp++){for(i=0;i<8;i++){PORTB=~table[i];PORTC=scan[i];delay();PORTC=0X00;}}if(temp>200)temp==1;}}init();while(k){for(m=0;m<8;m++){table=G<200)temp==1;k--;}if(!k){for(x=0;x<8;x++){for(m=0;m<8;m++){table=G>>x;}for(temp=1;temp<=200;temp++){for(i=0;i<8;i++){PORTB=~table[i];PORTC=scan[i];delay();PORTC=0X00;}}if(temp>200)temp==1;}}init();while(k){for(m=0;m<8;m++){table=H<200)temp==1;k--;}if(!k){for(x=0;x<8;x++){for(m=0;m<8;m++){table=H>>x;}for(temp=1;temp<=200;temp++){for(i=0;i<8;i++){PORTB=~table[i];PORTC=scan[i];delay();PORTC=0X00;}}if(temp>200)temp==1;}}}}void init(){k=5;x=0;}void delay(){for(j=1;j<100;j++);}

声明:本文内容来自网络转载或用户投稿,文章版权归原作者和原出处所有。文中观点,不代表本站立场。若有侵权请联系本站删除(kf@86ic.com)https://www.86ic.net/qiche/xinnengyuan/319446.html

为您推荐

联系我们

联系我们

在线咨询: QQ交谈

邮箱: kf@86ic.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部