Fix typo in oled_driver (#22134)

betwen -> between
This commit is contained in:
Ikko Eltociear Ashimine
2023-09-26 04:40:27 +09:00
committed by GitHub
부모 2fad45132f
커밋 6eb2e43a8d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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. // Sets scroll speed, 0-7, fastest to slowest. Default is three.
// Does not take effect until scrolling is either started or restarted // Does not take effect until scrolling is either started or restarted
// the ssd1306 supports 8 speeds with the delay // 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 // 0=2, 1=3, 2=4, 3=5, 4=25, 5=64, 6=128, 7=256
void oled_scroll_set_speed(uint8_t speed); void oled_scroll_set_speed(uint8_t speed);

파일 보기

@ -454,7 +454,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. // Sets scroll speed, 0-7, fastest to slowest. Default is three.
// Does not take effect until scrolling is either started or restarted // Does not take effect until scrolling is either started or restarted
// the ssd1306 supports 8 speeds with the delay // 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 // 0=2, 1=3, 2=4, 3=5, 4=25, 5=64, 6=128, 7=256
void oled_scroll_set_speed(uint8_t speed); void oled_scroll_set_speed(uint8_t speed);