aboutsummaryrefslogtreecommitdiff
path: root/drivers/lcd/st7565.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lcd/st7565.h')
-rw-r--r--drivers/lcd/st7565.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/lcd/st7565.h b/drivers/lcd/st7565.h
index 53cfc9a81..d453dbe6d 100644
--- a/drivers/lcd/st7565.h
+++ b/drivers/lcd/st7565.h
@@ -202,6 +202,10 @@ void st7565_task(void);
202// Called at the start of st7565_task, weak function overridable by the user 202// Called at the start of st7565_task, weak function overridable by the user
203void st7565_task_user(void); 203void st7565_task_user(void);
204 204
205// Inverts the display
206// Returns true if the screen was or is inverted
207bool st7565_invert(bool invert);
208
205// Returns the maximum number of characters that will fit on a line 209// Returns the maximum number of characters that will fit on a line
206uint8_t st7565_max_chars(void); 210uint8_t st7565_max_chars(void);
207 211