#define GPIO_P3_SetMode(__PINS__, __MODE__)
#define GPIO_P1_SetMode(__PINS__, __MODE__)
#define SPI_SetClockPrescaler(__PRE_SCALER__)
#define SPI_SetPort(__ALTER_PORT__)
#define SPI_SetDataOrder(__ORDER__)
#define SPI_SetEnabled(__STATE__)
#define SPI_SetClockPolarity(__STATE__)
#define SPI_SetClockPhase(__PHASE__)
@ SPI_ClockPhase_LeadingEdge
#define SPI_IgnoreSlaveSelect(__STATE__)
#define SPI_SetMasterMode(__STATE__)
@ SPI_AlterPort_P35_P34_P33_P32
void SYS_Delay(uint16_t t)
__CODE FontDef_t Font_5x7
__CODE FontDef_t Font_3x5
void ST7567_SetContrast(uint8_t val)
Turn ST7567 LCD backlight off.
void ST7567_GotoXY(uint16_t x, uint16_t y)
Sets cursor pointer to desired location for strings.
void ST7567_Fill(uint8_t color)
Fills entire LCD with specified color.
void ST7567_DrawLine(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint8_t c)
Draws line on LCD.
void ST7567_ToggleInvert(void)
Toggles pixels invertion inside internal RAM.
char ST7567_Puts(char *str, FontDef_t *Font, uint8_t color)
Puts string to internal RAM.
void ST7567_Init(void)
Initializes ST7567 LCD.
void ST7567_UpdateScreen(void)
Update LCD display with buffer changes.