Deploying to gh-pages from master @ 767f2c0284 🚀

This commit is contained in:
drashna 2021-09-05 16:10:55 +00:00
parent 739b57e866
commit 79936aaf43

View File

@ -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);