pixelit-project / PixelIt

PixelIt is an ESP8266/ESP32 and WS2812B LED Matrix based PixelArt display
https://pixelit-project.github.io
MIT License
314 stars 52 forks source link

Scrolling Text Speed #270

Closed ThomasTom86 closed 1 year ago

ThomasTom86 commented 1 year ago

First of all, thanks for the great project. I use pixelit in connection with the iobroker. For simple messages, I use the DP "Message" in Iobroker. Is it possible to adjust the speed via this DP? The speed is too fast for my text, it is difficult to read. Thx

rliegmann commented 1 year ago

Hi, I think this has nothing to do with the PixelIT firmware. Since I don't use ioBroker I can't say how it communicates. But I think they also work with the REST API. I think you can specify the speed in this. Maybe ioBroker has to adjust something.

Rushmed commented 1 year ago

@ThomasTom86 You have to use ext_message DP, for example:

{ "text": { "textString": "Krach im Kinderzimmer!", "bigFont": true, "scrollText": "auto", "scrollTextDelay": 60, "hexColor": "#FF0000" } }

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days