diff options
author | Ryan <fauxpark@gmail.com> | 2021-06-19 18:51:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 18:51:35 +1000 |
commit | 37fba09021fe094ea4daf0813626b1b6a201c8c0 (patch) | |
tree | 7dc87da3d0852f521a63f8c6f665137821815d92 /docs/feature_st7565.md | |
parent | 0311c8036d693baf63ed4d3b7badf4257ffd5f46 (diff) | |
download | qmk_firmware-37fba09021fe094ea4daf0813626b1b6a201c8c0.tar.gz qmk_firmware-37fba09021fe094ea4daf0813626b1b6a201c8c0.zip |
ST7565 invert (#13237)
Diffstat (limited to 'docs/feature_st7565.md')
-rw-r--r-- | docs/feature_st7565.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/feature_st7565.md b/docs/feature_st7565.md index 7db0f9ac4..de3e44d8e 100644 --- a/docs/feature_st7565.md +++ b/docs/feature_st7565.md | |||
@@ -262,6 +262,10 @@ void st7565_task(void); | |||
262 | // Called at the start of st7565_task, weak function overridable by the user | 262 | // Called at the start of st7565_task, weak function overridable by the user |
263 | void st7565_task_user(void); | 263 | void st7565_task_user(void); |
264 | 264 | ||
265 | // Inverts the display | ||
266 | // Returns true if the screen was or is inverted | ||
267 | bool st7565_invert(bool invert); | ||
268 | |||
265 | // Returns the maximum number of characters that will fit on a line | 269 | // Returns the maximum number of characters that will fit on a line |
266 | uint8_t st7565_max_chars(void); | 270 | uint8_t st7565_max_chars(void); |
267 | 271 | ||