Add oled_invert (#13172)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
172e6a7030
commit
0311c8036d
3 changed files with 34 additions and 0 deletions
|
@ -346,6 +346,10 @@ bool oled_scroll_left(void);
|
|||
// Returns true if the screen was not scrolling or stops scrolling
|
||||
bool oled_scroll_off(void);
|
||||
|
||||
// Inverts the display
|
||||
// Returns true if the screen was or is inverted
|
||||
bool oled_invert(bool invert);
|
||||
|
||||
// Returns the maximum number of characters that will fit on a line
|
||||
uint8_t oled_max_chars(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue