Home
last modified time | relevance | path

Searched refs:Draw_Block_Value_Macro (Results 1 – 1 of 1) sorted by relevance

/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.c37 static unsigned char Draw_Block_Value_Macro[]={0x74,0x00,0x12,0x76,0xFF,0xFF}; variable
391 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()