aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-11-27Remove warningsmrfaptastic
2023-11-26Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2023-11-26Update esp32_i2s_parallel_dma.cppmrfaptastic
2023-11-26Fix ESP_LOG statementsmrfaptastic
Correct int width specifier
2023-10-24Fix: compile errors on espidf v5Dorian Zedler
2023-09-28make a d-tor virtualEmil Muratov
since a d-tor is non-trivial, it should be virtual if MatrixPanel_I2S_DMA is used as a base class
2023-09-07fix const function in ESP32-HUB75-MatrixPanel-I2S-DMA.hLukaswnd
fix getPixelColorDepthBits() to const this is destrroying my build XD
2023-08-09removed another unnecessary instructionbeta-tester
2023-08-08adjust color range for NO_CIE1931 in updateMatrixDMABuffer()beta-tester
red16, green16, blue16 never reached maximum 0xFFFF value in NO_CIE1931
2023-08-08optimized color565to888()beta-tester
remove expensive multiplication
2023-07-05Merge pull request #475 from oseiler2/bugfix/init-gpiomrfaptastic
Bugfix/init gpio
2023-07-05typoOliver Seiler
2023-07-05typoOliver Seiler
2023-07-05initialise GPIO pinsOliver Seiler
2023-07-05init gpio pinsOliver Seiler
2023-07-05Initial support for DP3246_SM5368Oliver Seiler
2023-06-23Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
Fix mxconfig.clkphase not being used. #434
2023-05-09`esp-idf`: Add menuconfig option `ESP32_HUB75_USE_GFX`.Avi
This pull requests adds a menuconfig option named `ESP32_HUB75_USE_GFX` which is used to determine if the Adafruit GFX component should be required and used for the build. menuconfig options are the standard way to change behavior of components in `esp-idf`. [Commit b8367d9](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/commit/b8367d95d20da4edd149f207dd86665c3cc70588) introduced a backwards incompatible change that caused `idf-idf` to only require the Adafruit-GFX-Library component if `ARDUINO_ARCH_ESP32` was set. `ARDUINO_ARCH_ESP32` is set in platformIO, the arduino software but not in the standalone `esp-idf` installation.
2023-04-19Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-04-19Update gdma_lcd_parallel16.cppmrfaptastic
2023-04-19Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2023-04-19#442 #441 #435mrfaptastic
2023-04-18Update gdma_lcd_parallel16.cppmrfaptastic
2023-04-17Support for 1/16 64px high outdoor panels driven by ICN2037BP chip ↵yv
(https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/issues/345#issuecomment-1510401192)
2023-04-16Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
#354 @rigorka contribution
2023-04-09Cleanupmrfaptastic
2023-04-03Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2023-04-03Update gdma_lcd_parallel16.cppmrfaptastic
2023-04-02Cleanupmrfaptastic
2023-04-01Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2023-04-01Close #432 #430mrfaptastic
Implement VirtualDisplayClass rotation (and let AdaFruit_GFX) be aware of it as well for font printing. Ability to 'scale' up (zoom) display as a quick and dirty magnification mode.
2023-03-22setRotate renamed to setRotationDhruv Kumar
Keeping it same as Adafruit_GFX
2023-03-22setRotate implementation changedDhruv Kumar
setRotate(bool) has been replaced by setRotate(int). 0, 1, 2, 3 int inputs are translated to 0, 90, 180 and 270 degrees rotation. Documentation not updated.
2023-03-21Fix S2 compilingmrfaptastic
2023-03-21Fix #426mrfaptastic
2023-03-20rename size()mrfaptastic
to getColorDepthSize()
2023-03-19ROW_SCAN_SHUFFLE #338mrfaptastic
New compile time option: ROW_SCAN_SHUFFLE Don't update rows in sequential order.
2023-03-19ROW_SCAN_SHUFFLEmrfaptastic
2023-03-19Update esp32_i2s_parallel_dma.cppmrfaptastic
2023-03-19Rowcan shuffling #338mrfaptastic
2023-03-18#338mrfaptastic
Randomise rows.
2023-03-18Reduce #338mrfaptastic
2023-03-18#421mrfaptastic
2023-03-18Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2023-03-17Serpent-less arrangements addedDhruv Kumar
2023-03-15Add ZigZag options. Close #414mrfaptastic
CHAIN_BOTTOM_RIGHT_UP_ZZ CHAIN_TOP_RIGHT_DOWN_ZZ
2023-03-15Add CHAIN_TOP_RIGHT_DOWN_ZZmrfaptastic
2023-03-13Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2023-03-13Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2023-03-12Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic