ArduinoGraphics::textScrollSpeed()
説明
文字のスクロール速度を設定する。各ピクセルをスクロールする際の遅延をミリ秒単位で制御する。
書式
void ArduinoGraphics::textScrollSpeed(unsigned long speed)
引数
speed | スクロール速度 |
戻り値
なし
使用例
YourScreen.beginText(0, 0, 127, 0, 0);
YourScreen.textScrollSpeed(500);
YourScreen.print("Hello There!");
YourScreen.endText(true);
オリジナルのページ
https://www.arduino.cc/reference/en/libraries/arduinographics/textscrollspeed/
最終更新日
August 18, 2024