Home
last modified time | relevance | path

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

/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.c276 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()
[all …]
H A Dhal_lcd.h74 void halLcdSetAddress(int Address);