This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
如何计算0xB7、 0x12等
const char digit[10]=
{
0xB7、 /*"0" LCD 段 A+b+c+d+e+f */
0x12、 /*"1"*/
0x8F、 /*"2"*/
0x1f、 /*"3"*/
0x3A、 /*"4"*/
0x3D、 /*"5"*/
0xBD、 /*"6"*/
0x13、 /*"7"*/
0xBF、 /*"8"*/
0x3F /*"9"*/
};