Lines Matching refs:halLcdSetAddress
276 halLcdSetAddress(LcdAddress); in halLcdCursor()
345 void halLcdSetAddress(int Address) in halLcdSetAddress() function
374 halLcdSetAddress(Address); in halLcdDrawBlock()
405 halLcdSetAddress( (LcdAddress & 0xFFE0) + 0x20 ); in halLcdDrawCurrentBlock()
407 halLcdSetAddress( 0 ); in halLcdDrawCurrentBlock()
422 halLcdSetAddress( Address ); in halLcdReadBlock()
510 halLcdSetAddress(0); in halLcdClearScreen()
516 halLcdSetAddress(0); // Reset LCD address in halLcdClearScreen()
540 halLcdSetAddress( CurrentLocation ); in halLcdImage()
546 halLcdSetAddress(CurrentLocation ); in halLcdImage()
567 halLcdSetAddress( Current_Location ); in halLcdClearImage()
573 halLcdSetAddress(Current_Location ); in halLcdClearImage()
603 halLcdSetAddress( (LcdAddress & 0xFFE0) + 0x20 ); in halLcdDrawTextBlock()
606 halLcdSetAddress( 0 ); in halLcdDrawTextBlock()
687 halLcdSetAddress(ActualAddress); in halLcdPrint()
712 halLcdSetAddress( (y << 5) + (x >> 3)) ; //Narrow down to 8 possible pixels in halLcdPrintXY()
734 halLcdSetAddress( temp << 5 ) ; // 0x20 = 2^5 in halLcdPrintLine()
763 halLcdSetAddress( temp ) ; // 0x20 = 2^5 in halLcdPrintLineCol()
974 halLcdSetAddress( Address ); in halLcdScrollRow()