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.

Keil中使code CMD实现DATA写入ROM中,对应CCS中是什么CMD?

Other Parts Discussed in Thread: MSP430G2553

Dear Guys:

在使用LCD1602自定义字符中使用COD ,CCS中是否有对应CMD?

Unsigned char code mychar[64] = {0x10,0x06,0x09,0x08,0x08,0x09,0x06,0x00,//℃的字模数据,最多64位
0x1f,0x10,0x17,0x17,0x17,0x17,0x10,0x1f,//BAT Left
0x1f,0x00,0x1f,0x1f,0x1f,0x1f,0x00,0x1f,// BAT Mid
0x1e,0x03,0x19,0x19,0x19,0x19,0x03,0x1e,//BAT Right
0x1F,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,//BAT Mid Empty
0x1e,0x03,0x01,0x01,0x01,0x01,0x03,0x1e,//BAT Right Empty
};