aboutsummaryrefslogtreecommitdiff
path: root/drivers/oled/oled_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/oled/oled_driver.h')
-rw-r--r--drivers/oled/oled_driver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/oled/oled_driver.h b/drivers/oled/oled_driver.h
index 9a4b98d2f..58e2bb738 100644
--- a/drivers/oled/oled_driver.h
+++ b/drivers/oled/oled_driver.h
@@ -257,6 +257,10 @@ bool oled_on(void);
257// Returns true if the screen was off or turns off 257// Returns true if the screen was off or turns off
258bool oled_off(void); 258bool oled_off(void);
259 259
260// Returns true if the oled is currently on, false if it is
261// not
262bool is_oled_on(void);
263
260// Basically it's oled_render, but with timeout management and oled_task_user calling! 264// Basically it's oled_render, but with timeout management and oled_task_user calling!
261void oled_task(void); 265void oled_task(void);
262 266