13 #include "lib_mcu/uart/uart_lib.h" 20 static U8
cursorEnd[7] = {27,
'[',
'8',
';',
'2',
'1',
'H'};
21 static U8
showPic[6] = {27,
'[',
'5',
'0',
'm'};
32 static U8
Color_r[6] = {27,
'[',
'1',
'1',
'5',
'm'};
33 static U8
Color_g[6] = {27,
'[',
'2',
'1',
'5',
'm'};
34 static U8
Color_b[6] = {27,
'[',
'3',
'1',
'5',
'm'};
35 static U8
Color_rg[6] = {27,
'[',
'4',
'1',
'5',
'm'};
36 static U8
Color_rb[6] = {27,
'[',
'5',
'1',
'5',
'm'};
37 static U8
Color_gb[6] = {27,
'[',
'6',
'1',
'5',
'm'};
38 static U8
Color_rgb[6] = {27,
'[',
'7',
'1',
'5',
'm'};
42 void BCD_Convert(U8 * data_ptr, U32 number, U8 size);
static U8 Color_yellow[6]
static U8 Color_magenta[6]
void BCD_Convert(U8 *data_ptr, U32 number, U8 size)
void SendCommand(U8 *data_ptr, U8 length)