Browse Source

Deploying to gh-pages from @ qmk/qmk_firmware@6eb2e43a8d61694b05016e9a6c95303ff9d5e761 🚀

gh-pages
zvecr 7 months ago
parent
commit
766cbb4c5e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      feature_oled_driver.md

+ 1
- 1
feature_oled_driver.md View File

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


Loading…
Cancel
Save