aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2022-10-06Updatesmrfaptastic
2022-01-13Merge pull request #237 from mrfaptastic/devmrfaptastic
Better CI checks
2022-01-11Update 'TestPatterns' example to cover more build flags and optionsEmil Muratov
test patterns - regular - debug - minimal - vpane - vpane_minimal
2022-01-10Update One_Eight_1_8_ScanPanel.inomrfaptastic
2022-01-10Merge branch 'master' into devEmil Muratov
2022-01-10Update README.mdmrfaptastic
2021-12-23Update README.mdmrfaptastic
2021-12-23Update README.mdmrfaptastic
2021-12-23Update ChainedPanelsScreenBuffer.inomrfaptastic
2021-12-23Update ChainedPanelsScreenBuffer.inomrfaptastic
2021-12-23Implement FastLED pixel buffer examplemrfaptastic
An extreme memory hog, but not too different to what is used with the Aurora demo's. https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/discussions/225
2021-12-22CI runner testEmil Muratov
2021-12-22Updated AnimatedGIF Panelmrfaptastic
2021-12-21Christmas DMA core tweaksmrfaptastic
Bring back support to change the I2S_NUM_X as a define. Attempt to reduce buffer swap flicker with some additional checks.
2021-12-20Integrate 1/8 Scan Panel logic into VirtualMatrixPanel classmrfaptastic
2021-12-20create a CI job to test examples buildsEmil Muratov
2021-11-22Update README.mdmrfaptastic
2021-11-22Update README.mdmrfaptastic
2021-11-221/8 Scan Panel Examplemrfaptastic
#154 #204 Also supports chaining.
2021-10-24Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-24Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2021-10-24Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-16Merge pull request #200 from mcauser/typosmrfaptastic
Fix some typos
2021-10-17Fix some typosMike Causer
2021-10-16BouncingSquares were going offscreenMike Causer
Taken the square size into consideration when generating the initial x/y pos and when bouncing off the right and bottom walls.
2021-10-11Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-104th time luckymrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Got my 1's and 0's the wrong way aroundmrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Update README.mdmrfaptastic
2021-10-10Update One_Eighth_1_8_ScanPanel.inomrfaptastic
2021-10-101/8 Scan Panel Examplemrfaptastic
2021-08-19Create BouncingSquares.inomrfaptastic
2021-08-19Update SmoothDoubleBuffer.inomrfaptastic
2021-08-19Update SmoothDoubleBuffer.inomrfaptastic
2021-08-19Update README.mdmrfaptastic
2021-08-19Update SmoothDoubleBuffer.inomrfaptastic
2021-08-19Update double buffer examplemrfaptastic
2021-08-17Update README.mdmrfaptastic
2021-08-17Remove legacy examplesmrfaptastic
2021-08-17Remove last remaining legacy usage of the librarymrfaptastic
2021-08-17Update DoubleBufferSwap.inomrfaptastic
2021-08-17Merge pull request #168 from mrfaptastic/SM5266Pmrfaptastic
Implement Sm5266 panels Increase default latch blanking Get rid of the legacy begin() usage of the library. Fix a minor bug with the DMA v and h line draw with out-of-bounds x/y/length params.
2021-08-17Merge pull request #157 from 2BECKHAM2/mastermrfaptastic
Updated this repository with AnimatedGIFPanel example.