| Age | Commit message (Collapse) | Author |
|
Initial release
|
|
Templating based for performance and extendibility.
|
|
|
|
Fix chaining issue that was mentioned in #402
Compatibility breaking change to now explicitly define chaining type: CHAIN_TOP_LEFT_DOWN, CHAIN_TOP_RIGHT_DOWN, CHAIN_BOTTOM_LEFT_UP, CHAIN_BOTTOM_RIGHT_UP
|
|
Also breaks the VirtualMatrixPanel backward compatibility for 1/4 scan panels.
|
|
|
|
Use SPIRAM/PSRAM for the HUB75 DMA buffer and not internal SRAM. ONLY SUPPORTED ON ESP32-S3 VARIANTS WITH OCTAL (not quad!) SPIRAM/PSRAM, as ony OCTAL PSRAM an provide the required data rate / bandwidth to drive the panels adequately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #189
|
|
minor corrections
|
|
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
|
|
- more detailed build options description
- added i2s calculator to estimate lib parameters
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
|