NeoCat / ESP32-P3RGB64x32MatrixPanel

ESP32 Arduino library for the P3 64x32 RGB matrix panels
MIT License
137 stars 30 forks source link

scroll text #23

Closed MohamadAlsadi closed 5 years ago

MohamadAlsadi commented 5 years ago

how I can make scrolling for string text ?

NeoCat commented 5 years ago

Redraw text from different point every 100ms or so.

MohamadAlsadi commented 5 years ago

Please give me example

On Mon, Sep 16, 2019, 8:27 PM NeoCat notifications@github.com wrote:

Redraw text from different point every 100ms or so.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NeoCat/ESP32-P3RGB64x32MatrixPanel/issues/23?email_source=notifications&email_token=AFB3F373VU4IGTUEQBH2DQLQJ66YFA5CNFSM4IXE7V52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6Z4TTI#issuecomment-531876301, or mute the thread https://github.com/notifications/unsubscribe-auth/AFB3F3Z3XRG5VSPLDVJUXEDQJ66YFANCNFSM4IXE7V5Q .

NeoCat commented 5 years ago

Again, this library is just provides driver of RGB-matrix for ESP32, so drawing itself is done in Adafruit GFX Library. Please see the example of the library,, e,g, https://github.com/adafruit/RGB-matrix-Panel/blob/master/examples/scrolltext_16x32/scrolltext_16x32.ino