帮帮忙,如何实现六位数码管滚动显示HELLO与GOOD-
大佬们帮帮忙,如何实现六位数码管滚动显示HELLO与GOOD-
参考:
c语言数码管显示hello,数码管显示HELLO的单片机程序_月半小野猫的博客-CSDN博客 #include #include #define uchar unsigned char#define uint unsigned intuchar code hello[]={0x76,0x79,0x38,0x38,0x3f};uchar code LED_W[8] = {0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f};uchar code table[10]...
https://blog.csdn.net/weixin_42524750/article/details/117174168