From 79936aaf43432d1864bbf01f7197dbd61e8484a1 Mon Sep 17 00:00:00 2001 From: drashna Date: Sun, 5 Sep 2021 16:10:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20767f2c02844acd77c86ea84fb86a1a7f49f379b0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_oled_driver.md | 4 ++++ 1 file changed, 4 insertions(+) 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);