aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2025-02-19VirtualMatrixPanel_Tmrcodetastic
Initial release
2025-02-18Changes to Virtual Displaymrcodetastic
Templating based for performance and extendibility.
2023-03-12Update Panel_Chaining_Types.odsmrfaptastic
2023-03-12Rewrite of VirtualMatrixPanelmrfaptastic
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
2023-02-01Update documentation on higher scan rate panelsmrfaptastic
Also breaks the VirtualMatrixPanel backward compatibility for 1/4 scan panels.
2023-01-31Update BuildOptions.mdmrfaptastic
2023-01-31Document SPIRAM_DMA_BUFFER compile optionmrfaptastic
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.
2023-01-30Update BuildOptions.mdmrfaptastic
2023-01-28It's 'COLOR'mrfaptastic
2022-10-24Update memory calcmrfaptastic
2022-10-23Update BuildOptions.mdmrfaptastic
2022-10-23Update BuildOptions.mdmrfaptastic
2021-10-17Fix some typosMike Causer
2021-09-29Fix pixel formula in excell tableEmil Muratov
Closes #189
2021-06-11Update i2s_memcalc.mdvortigont
minor corrections
2021-02-20TOC for readmeEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20Updated documentionEmil Muratov
- more detailed build options description - added i2s calculator to estimate lib parameters Signed-off-by: Emil Muratov <gpm@hotplug.ru>