diff options
| author | Ignaz Kevenaar <ignazkevenaar@gmail.com> | 2021-06-18 17:08:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 01:08:22 +1000 |
| commit | 0311c8036d693baf63ed4d3b7badf4257ffd5f46 (patch) | |
| tree | 90ea79a94aec8b5dcf160a5a323976b6e8dace2e /docs/feature_oled_driver.md | |
| parent | 172e6a703041363decd6fc829542f33180c13beb (diff) | |
| download | qmk_firmware-0311c8036d693baf63ed4d3b7badf4257ffd5f46.tar.gz qmk_firmware-0311c8036d693baf63ed4d3b7badf4257ffd5f46.zip | |
Add oled_invert (#13172)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'docs/feature_oled_driver.md')
| -rw-r--r-- | docs/feature_oled_driver.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/feature_oled_driver.md b/docs/feature_oled_driver.md index f3b659b1b..c90aabb9c 100644 --- a/docs/feature_oled_driver.md +++ b/docs/feature_oled_driver.md | |||
| @@ -346,6 +346,10 @@ bool oled_scroll_left(void); | |||
| 346 | // Returns true if the screen was not scrolling or stops scrolling | 346 | // Returns true if the screen was not scrolling or stops scrolling |
| 347 | bool oled_scroll_off(void); | 347 | bool oled_scroll_off(void); |
| 348 | 348 | ||
| 349 | // Inverts the display | ||
| 350 | // Returns true if the screen was or is inverted | ||
| 351 | bool oled_invert(bool invert); | ||
| 352 | |||
| 349 | // Returns the maximum number of characters that will fit on a line | 353 | // Returns the maximum number of characters that will fit on a line |
| 350 | uint8_t oled_max_chars(void); | 354 | uint8_t oled_max_chars(void); |
| 351 | 355 | ||
