# 数码管编码表

# 共阴极数字及字母

char code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};

# 单个数码管位置编码

char code location[] = {0x7f,0xbf,0xdf,0xef,0xf7,0xfb,0xfd,0xfe};