WIP, ui_menu
This commit is contained in:
@@ -237,6 +237,11 @@ extern SPI_HandleTypeDef ST7735_SPI_PORT;
|
||||
|
||||
// call before initializing any SPI devices
|
||||
void ST7735_Unselect(void);
|
||||
void ST7735_Select(void);
|
||||
void ST7735_Reset(void);
|
||||
void ST7735_WriteCommand(uint8_t cmd);
|
||||
void ST7735_WriteData(uint8_t *buff, size_t buff_size);
|
||||
void ST7735_SetAddressWindow(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1);
|
||||
|
||||
void ST7735_Init(void);
|
||||
void ST7735_DrawPixel(uint16_t x, uint16_t y, uint16_t color);
|
||||
|
||||
Reference in New Issue
Block a user