From 766cbb4c5e409d4175b09a9f79dd2a14271ff191 Mon Sep 17 00:00:00 2001 From: zvecr Date: Mon, 25 Sep 2023 19:41:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@6eb2e43a8d61694b05016e9a6c95303ff9d5e761=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_oled_driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_oled_driver.md b/feature_oled_driver.md index ba10a5a2b9a..e67f80c879e 100644 --- a/feature_oled_driver.md +++ b/feature_oled_driver.md @@ -399,7 +399,7 @@ void oled_scroll_set_area(uint8_t start_line, uint8_t end_line); // Sets scroll speed, 0-7, fastest to slowest. Default is three. // Does not take effect until scrolling is either started or restarted // the ssd1306 supports 8 speeds with the delay -// listed below betwen each frame of the scrolling effect +// listed below between each frame of the scrolling effect // 0=2, 1=3, 2=4, 3=5, 4=25, 5=64, 6=128, 7=256 void oled_scroll_set_speed(uint8_t speed);