Closed wchpikus closed 5 years ago
Your question is unclear:
Do you mean one piece of text across the top and bottom rows? Yes, it is possible BUT you may find that it doe not line up well of you are using the 'folding' arrangement for the modules instead of the 'zig-zag' (see https://arduinoplusplus.wordpress.com/2017/03/15/parola-a-to-z-double-height-displays/). This is because the length of the text may be an value that does not position itself in the same way when you turn it upside down.
Do you mean one line of text with some left and some right justified? You need to use more than 2 zones.
I means, e.g. display text moved four pixels from the left (2 zones, big fonts,synchronize). I only display text without effects now. How to move it (adjust)? I displaying clock and all the time when hour change from e.g.9am to 10, clock move to right ( one more digits appeared).
I only display text without effects now You always display using an effect, even if it is PA_PRINT.
Above all, read the library documentation and look at the examples. All the information is in there.
Hello. Is it possible to adjust text using big fonts different way as left, center, right? E.g. some pixels of left or right?