LED dot matrix display clock 16x32 fonts

Hello there,

I am working on a project which require me to display 16x32 fonts to display the clock Arduino UNO.
To display clock I am using 64x32 led dot matrix display photo attached. Two 64x16 panels are used to create 64x32.
I have also attached the photo of the Clock which I want to achieve.

To use this display I used code from one of the Arduino forum attached below. But this code displays the 8x16 fonts.

I want to display the 16x32 font to display clock.
Thanks and regards

64x32_dot_matrix.png

clock.png

Matrix_LED_6432_PK.ino (27.3 KB)

64x32_dot_matrix.png

clock.png

That is like saying I have this blue car and a red car where I want to put the blue car engine in the red one. You need to supply a lot more information. That was a good picture of the back of the circuit board and the clock face. If you would post a schematic, not a frizzy thing, with the data etc on the display board. Make and model numbers always help.

Font you need (16x32) is exactly 4 times bigger than font you have (8x16), two times wider and two times higher. So, the simplest way to convert to font 16x32 is to to represent each pixel of 8x16 font by four (2x2) pixels. It may look aesthetically not on the best fashion, a little square-ish, but should work.

gilshultz:
That is like saying I have this blue car and a red car where I want to put the blue car engine in the red one. You need to supply a lot more information. That was a good picture of the back of the circuit board and the clock face. If you would post a schematic, not a frizzy thing, with the data etc on the display board. Make and model numbers always help.

I have attached the schematic from Arduino to the connector and the pinout of the display.
The signal and data lines are parallel to both JP1 and JP2 except R1 and R2.
The R1 of JP1 is connected to the R2 of JP2 and vice versa.
I am using 5V 5 ampere power supply for the whole circuit keeping ground common.

pinout.png

pinout.png

SergeS:
Font you need (16x32) is exactly 4 times bigger than font you have (8x16), two times wider and two times higher. So, the simplest way to convert to font 16x32 is to to represent each pixel of 8x16 font by four (2x2) pixels. It may look aesthetically not on the best fashion, a little square-ish, but should work.

I will try according to this method.

krpst:
Hello there,

I am working on a project which require me to display 16x32 fonts to display the clock Arduino UNO.
To display clock I am using 64x32 led dot matrix display photo attached. Two 64x16 panels are used to create 64x32.
I have also attached the photo of the Clock which I want to achieve.

To use this display I used code from one of the Arduino forum attached below myaarpmedicare . But this code displays the 8x16 fonts.

I want to display the 16x32 font to display clock.
Thanks and regards

64x32_dot_matrix.png

clock.png

hello I have a problem with my led p10 shows me everything to the revez and porbe with graphics_inverse and does not change anything

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.