From 37fba09021fe094ea4daf0813626b1b6a201c8c0 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 19 Jun 2021 18:51:35 +1000 Subject: ST7565 invert (#13237) --- docs/feature_st7565.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/feature_st7565.md') diff --git a/docs/feature_st7565.md b/docs/feature_st7565.md index 7db0f9ac4a..de3e44d8e9 100644 --- a/docs/feature_st7565.md +++ b/docs/feature_st7565.md @@ -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); -- cgit v1.2.3