|
void | st7735_Init (void) |
| Initialize the ST7735 LCD Component. More...
|
|
void | st7735_DisplayOn (void) |
| Enables the Display. More...
|
|
void | st7735_DisplayOff (void) |
| Disables the Display. More...
|
|
void | st7735_SetCursor (uint16_t Xpos, uint16_t Ypos) |
| Sets Cursor position. More...
|
|
void | st7735_WritePixel (uint16_t Xpos, uint16_t Ypos, uint16_t RGBCode) |
| Writes pixel. More...
|
|
void | st7735_WriteReg (uint8_t LCDReg, uint8_t LCDRegValue) |
| Writes to the selected LCD register. More...
|
|
void | st7735_SetDisplayWindow (uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height) |
| Sets a display window. More...
|
|
void | st7735_DrawHLine (uint16_t RGBCode, uint16_t Xpos, uint16_t Ypos, uint16_t Length) |
| Draws horizontal line. More...
|
|
void | st7735_DrawVLine (uint16_t RGBCode, uint16_t Xpos, uint16_t Ypos, uint16_t Length) |
| Draws vertical line. More...
|
|
uint16_t | st7735_GetLcdPixelWidth (void) |
| Gets the LCD pixel Width. More...
|
|
uint16_t | st7735_GetLcdPixelHeight (void) |
| Gets the LCD pixel Height. More...
|
|
void | st7735_DrawBitmap (uint16_t Xpos, uint16_t Ypos, uint8_t *pbmp) |
| Displays a bitmap picture loaded in the internal Flash. More...
|
|