#define GPIO_P3_SetMode(__PINS__, __MODE__)
#define I2C_SetClockPrescaler(__DIV__)
#define I2C_SetWorkMode(__MODE__)
#define I2C_SetEnabled(__STATE__)
#define I2C_SetPort(__ALTER_PORT__)
void SYS_Delay(uint16_t t)
void SSD1306_Fill(uint8_t color)
Fills entire LCD with desired color.
void SSD1306_ToggleInvert(void)
Toggles pixels invertion inside internal RAM.
void SSD1306_UpdateScreen(void)
Updates buffer from internal RAM to LCD.
void SSD1306_DrawLine(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint8_t c)
Draws line on LCD.