freetronics / DMD2

Beta release of a new Dot Matrix Display Arduino library
http://forum.freetronics.com/viewtopic.php?f=26&t=5893
GNU General Public License v3.0
80 stars 71 forks source link

How to print rotated number, 90 counter clockwise #35

Open gusantor opened 5 years ago

gusantor commented 5 years ago

Hello

I have 5 p10 32x16 panels

I want to make a socker score board

I thought I could attach panels verticaly (1 width, 5 height) and write numbers (sort of rotated) on each panel, one panel in the middle for a colon when displaying time, please see image

p10_vertical_rotate_number Is there a way to do so with the library ?

May I build a "rotated" font, how ?

Is there any other way to get this score board using the whole 5 panels and not doing a 2x2 panel matrix, for example or ... not to having to buy another panel :( ?

Thank you

dupies commented 4 years ago

Good day, did you ever get a solution, I have the same problem.

gusantor commented 4 years ago

Hello, sorry, nope :(

sachinynaik commented 2 years ago

@gusantor - Did you try to use http://dotmatrixtool.com/ to generate the byte arrays?

Some other code changes maybe needed as well. Will let you know if we figure this out.