>>185
tweens.scroll =0
function on_display_bright()
wm_schedule { action='tween', tween='scroll', from=0, to=1, duration=5, easing=outQuad } end
if tweens.scroll==1 then
tweens.scroll = 0
end

これをスクリプトにコピペでぶち込んで、スクロールさせたいテキストのX座標に
540-tweens.scroll*1080
をコピペすれば、右から左に5秒かけてスクロールするよ。
テキストの長さでX座標の数値を調整しないと画面外からはみ出るよ。