Tool/software: Code Composer Studio
const char digit[40] =
{
0x11, 0x11, // '0' LCD segments a+b & c+d = lower two bytes
0x11, 0x00, // '0' LCD segments e+f & g+h = upper two bytes
0x10, 0x01, // '1'
0x00, 0x00, // '1'
}
how to decode this values