diff --git a/feature_oled_driver.md b/feature_oled_driver.md index c97843cfb37..49a3f0b3e36 100644 --- a/feature_oled_driver.md +++ b/feature_oled_driver.md @@ -356,6 +356,10 @@ bool oled_scroll_left(void); // Returns true if the screen was not scrolling or stops scrolling bool oled_scroll_off(void); +// Returns true if the oled is currently scrolling, false if it is +// not +bool is_oled_scrolling(void); + // Inverts the display // Returns true if the screen was or is inverted bool oled_invert(bool invert);