summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2023-09-26 04:40:27 +0900
committerGitHub <noreply@github.com>2023-09-25 20:40:27 +0100
commit6eb2e43a8d61694b05016e9a6c95303ff9d5e761 (patch)
tree7ae38de9c9d0f6fb95391f0ad44821f649b5a052 /docs
parent2fad45132f0777002934e07d17bfe8ec7aa95740 (diff)
Fix typo in oled_driver (#22134)
betwen -> between
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_oled_driver.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_oled_driver.md b/docs/feature_oled_driver.md
index ba10a5a2b9..e67f80c879 100644
--- a/docs/feature_oled_driver.md
+++ b/docs/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);