ST7565 invert (#13237)
This commit is contained in:
parent
0311c8036d
commit
37fba09021
3 changed files with 24 additions and 0 deletions
|
@ -262,6 +262,10 @@ void st7565_task(void);
|
|||
// Called at the start of st7565_task, weak function overridable by the user
|
||||
void st7565_task_user(void);
|
||||
|
||||
// Inverts the display
|
||||
// Returns true if the screen was or is inverted
|
||||
bool st7565_invert(bool invert);
|
||||
|
||||
// Returns the maximum number of characters that will fit on a line
|
||||
uint8_t st7565_max_chars(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue