mirror of
https://github.com/Matiasus/SSD1306.git
synced 2024-10-03 18:18:46 -04:00
Remove function UpdateIndexes()
This commit is contained in:
parent
6c8518465b
commit
38911822f0
@ -147,6 +147,15 @@
|
||||
*/
|
||||
uint8_t SSD1306_InverseScreen (uint8_t);
|
||||
|
||||
/**
|
||||
* @desc SSD1306 Update screen
|
||||
*
|
||||
* @param uint8_t
|
||||
*
|
||||
* @return uint8_t
|
||||
*/
|
||||
uint8_t SSD1306_UpdateScreen (uint8_t);
|
||||
|
||||
/**
|
||||
* @desc SSD1306 Update text position
|
||||
*
|
||||
@ -184,24 +193,6 @@
|
||||
*/
|
||||
void SSD1306_DrawString (char *);
|
||||
|
||||
/**
|
||||
* @desc SSD1306 Update screen
|
||||
*
|
||||
* @param uint8_t
|
||||
*
|
||||
* @return uint8_t
|
||||
*/
|
||||
uint8_t SSD1306_UpdateScreen (uint8_t);
|
||||
|
||||
/**
|
||||
* @desc SSD1306 Update indexes
|
||||
*
|
||||
* @param uint8_t
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
void SSD1306_UpdateIndexes (uint8_t);
|
||||
|
||||
/**
|
||||
* @desc Draw pixel
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user