Searched refs:Draw_Block_Value_Macro (Results 1 – 1 of 1) sorted by relevance
37 static unsigned char Draw_Block_Value_Macro[]={0x74,0x00,0x12,0x76,0xFF,0xFF}; variable391 Draw_Block_Value_Macro[4] = Value >> 8; in halLcdDrawCurrentBlock()392 Draw_Block_Value_Macro[5] = Value & 0xFF; in halLcdDrawCurrentBlock()395 halLcdSendCommand(Draw_Block_Value_Macro); in halLcdDrawCurrentBlock()589 Draw_Block_Value_Macro[4] = Value >> 8; in halLcdDrawTextBlock()590 Draw_Block_Value_Macro[5] = Value & 0xFF; in halLcdDrawTextBlock()593 halLcdSendCommand(Draw_Block_Value_Macro); in halLcdDrawTextBlock()