1
0
Fork 0

Add oled_invert (#13172)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Ignaz Kevenaar 2021-06-18 17:08:22 +02:00 committed by GitHub
parent 172e6a7030
commit 0311c8036d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 0 deletions

View file

@ -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);