diff options
author | QMK Bot <hello@qmk.fm> | 2023-09-25 19:41:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-09-25 19:41:01 +0000 |
commit | 0b6c9385bc9c437f3e623b4243b8a1ac5c0d4a3c (patch) | |
tree | fcf17a756e188ded39741f9dc6c29bdd156fed76 /drivers/oled | |
parent | 339bff63393cda8bd6e8358e09d04b50ff9ac010 (diff) | |
parent | 6eb2e43a8d61694b05016e9a6c95303ff9d5e761 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'drivers/oled')
-rw-r--r-- | drivers/oled/oled_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oled/oled_driver.h b/drivers/oled/oled_driver.h index fba6633176..c3db7e6d97 100644 --- a/drivers/oled/oled_driver.h +++ b/drivers/oled/oled_driver.h @@ -458,7 +458,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); |