harissutanrafiq

Results 7 comments of harissutanrafiq

its possible write and read float value ..? can you give me tutorial..?

this just for POC after i see hiudu controller or enother controller in the market using more than one HUB75. Basicly i have success split a data, when font heigh...

> I did similar to use 16s panels with 64 pixel height displays but used custom hardware to switch the clock line between output ports. > > As the D...

this the code i have modified ------------------------------------------------------- ESP32-HUB75-MatrixPanel-I2S-DMA.h [https://pastebin.pl/view/943cff26 ](url) ESP32-HUB75-MatrixPanel-I2S-DMA.cpp [https://pastebin.pl/view/99450647](url) ``` HUB75_I2S_CFG::i2s_pins _pins={R1_PIN, G1_PIN, B1_PIN, R2_PIN, G2_PIN, B2_PIN, A_PIN, B_PIN, C_PIN, D_PIN, E_PIN, LAT_PIN, OE_PIN, CLK_PIN,LAT_PIN_2}; HUB75_I2S_CFG mxconfig(...

> Why outputs the top and bottom rows on different HUBs ? The existing software supports the connection of several panels in a chain, including two panels on top of...

hi @board707 @DarrylStrong thanks for your respon.

> @harissutanrafiq, the panel width is a `uint8_t` parameter so it cannot exceed a value of 255. Try 255 and it should work. hey thanks @pkourany for your reply width...