Replies: 4 comments 5 replies
-
You need to enable double buffering and then flip across to the DMA 'back' buffer that has been updated in the background. Look at the 'SmoothDoubleBuffer' example. Or if you want your own buffer using FastLED, then look at the 'ChainedPanelsScreenBuffer' as well. |
Beta Was this translation helpful? Give feedback.
-
I am having the same problem. but if I set the "mxconfig.double_buff" variable to true, it doesn't work at all and I can't get a picture on the screen.I tried the examples about it, but it still doesn't work.But if I set the value to false it works but this time it flickers as it appears in the video. How can i solve this problem ? |
Beta Was this translation helpful? Give feedback.
-
Per the readme the library doesn't support 1/8 scan panels out of the box. Use the One_Eight_1_8_ScanPanel scan example |
Beta Was this translation helpful? Give feedback.
-
My "To-Do" list when I use the HUB75-MatrixPanel-DMAAlways use approved drivers Panel Chips P2-128x64-32S-V40 LED 1515 -> FM6124 Controll the Wiring to the ESP32-S3-WROOM-1 with the "HUB75-MatrixPanel-DMA" Software Driver When you Updates the “Software Driver” remember to insert NEW value to E _PIN_DEFAULT in the file esp32s3-default-pins.hpp I use Pin-17 to E _PIN_DEFAUL esp32s3-default-pins.hppC:\Users\XXYYZZ\Documents\Arduino\libraries\ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display\src\platforms\esp32s3\esp32s3-default-pins.hpp #define R1 _PIN_DEFAULT 4 #define A _PIN_DEFAULT 18 #define LAT _PIN_DEFAULT 40 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions