board707 / DMD_STM32

STM32Duino library for RGB, Monochrome and Two-color led matrix panels
GNU General Public License v3.0
54 stars 18 forks source link

Add a new panel 128x64 32s FM6363C, DP245D #65

Closed sevket-karayilan closed 5 months ago

sevket-karayilan commented 6 months ago

128x64 rgb 32s panel

Dimensions (in pixels) : 128x64

Scan factor: 1/32

Chips on rear side: 6363C, DP245D, 74hc040

Panel photos

00003db0-4b4d-4bb2-906c-2fda0a64ffe0 abe33c12-3be5-4412-a6cf-22757211dc22 4a8f6910-f63e-45bf-9c85-5306374cc5c9 5ebd464c-03f4-48e0-b3c8-17bf7fae90e3 ddd9332f-70f7-489e-9370-443fff2da4bc

Sample videos

Specifications

board707 commented 6 months ago

Hi Your panel has a scan factor 32 = half of height, therefore it is not require any specific operation to add. The version 1.1.0 of the library already should support of the your matrix.

To control the panel with FM6363 driver you need to add

#include "DMD_RGB_FM6353.h"

header to the beginning of the code and initialise the dmd object as DMD_RGB_FM6363 class.