DSP800 カスタマー ディスプレイまたはポールに取り組んでいます。ディスプレイをクリアすることに成功しました。ディスプレイの 1 行目または 2 行目にテキストを書き込みます。しかし、ディスプレイ上のテキストを水平方向にスクロールする方法が見つかりませんでした。ユーザーズマニュアルのコマンドは次のとおりです。
Command Code description(hex) Function description
----------------------------------------------------
ESC E rψ 1B 45 rψ Set special effect or display mode of specified row
(REMARK)*Using commands “ESC E rψ”, the value of parameter
r 58=all rows
55=upper row
44=lower row
ψ special function, the value is one of
30= shift mode(default display mode)
31=rotation mode
32=blink mode
33=clear this row and switch to shift mode
34=overwrite mode
35=vertical mode
Q: ディスプレイ上のテキストのスクロールまたは点滅を実装する方法はありますか? ありがとう。