Commit graph

  • f7aaad842b Add stopDMAtransfer function mrfaptastic 2021-02-20 22:29:22 +0000
  • 76a585e1f8
    Merge pull request #90 from mrfaptastic/docs mrfaptastic 2021-02-20 19:02:11 +0000
  • 6176e1acb4 Fixed brightness set to 75% in examples Emil Muratov 2021-02-20 20:55:46 +0300
  • 1bbbcf6b65 TOC for readme Emil Muratov 2021-02-20 18:39:17 +0300
  • fc1956deb6 Updated documention - more detailed build options description - added i2s calculator to estimate lib parameters Emil Muratov 2021-02-20 18:28:20 +0300
  • e04c30c8ae Build-time flag to disable CIE1931 color correction Emil Muratov 2021-02-20 18:26:20 +0300
  • b1092495e9 Make SimpleTestShapes great again. mrfaptastic 2021-02-19 18:20:08 +0000
  • 6cab840dfc Moved driver-specific code to a separate file Emil Muratov 2021-02-19 17:25:29 +0300
  • 15eaa3e9d3 Clock phase toggling option, required to support MBI5124 chips Closes #75 Emil Muratov 2021-02-19 12:08:15 +0300
  • 9a5bd38a14 Update esp32_i2s_parallel_v2.c mrfaptastic 2021-02-19 09:44:27 +0000
  • ffa82c06e1 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA mrfaptastic 2021-02-19 09:39:35 +0000
  • 4944926fdf Update esp32_i2s_parallel_v2.c mrfaptastic 2021-02-19 09:39:17 +0000
  • 6b427f223f
    Update README.md mrfaptastic 2021-02-19 09:16:05 +0000
  • 1c88590d6e Update esp32_i2s_parallel_v2.c mrfaptastic 2021-02-19 09:13:33 +0000
  • f0999beb51 Update esp32_i2s_parallel_v2.c mrfaptastic 2021-02-19 09:11:55 +0000
  • 895bb80b43 Rewrite DMA driver setup code. mrfaptastic 2021-02-17 01:00:59 +0000
  • 249b93ba79 Update README.md mrfaptastic 2021-02-16 20:21:38 +0000
  • cf8cb970e9 Minor changes mrfaptastic 2021-02-16 20:20:09 +0000
  • 9dc00e35f1 Revert "Minor changes" mrfaptastic 2021-02-16 20:15:29 +0000
  • 4ee9223394
    Merge pull request #85 from mrfaptastic/examples mrfaptastic 2021-02-16 20:08:43 +0000
  • 4de6fea3f8 TestPatterns example updated + some corrections in read.me Emil Muratov 2021-02-16 23:03:56 +0300
  • b5ab56d920
    Update README.md mrfaptastic 2021-02-16 18:26:36 +0000
  • 330afd0934
    Update README.md mrfaptastic 2021-02-16 18:20:41 +0000
  • ea74f360e2
    Update README.md mrfaptastic 2021-02-16 08:54:11 +0000
  • fd0f4f30ee ESP32 I2S1 output hacking. mrfaptastic 2021-02-15 18:24:20 +0000
  • 3214cd643d Minor changes mrfaptastic 2021-02-15 15:36:20 +0000
  • 58abc5f2fb Update ESP32-HUB75-MatrixPanel-I2S-DMA.h mrfaptastic 2021-02-14 16:35:22 +0000
  • 889ed51fe1 Improve colour performance if compile-time PIXEL_COLOR_DEPTH_BITS is less than 8 mrfaptastic 2021-02-14 14:12:45 +0000
  • 77e0abff90 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h mrfaptastic 2021-02-13 07:27:16 +0000
  • 42f4ce959d Fix backward compatability mrfaptastic 2021-02-10 23:28:40 +0000
  • 0cf0ac9631
    Update README.md mrfaptastic 2021-02-10 16:05:09 +0000
  • 0749fa4193 Update to 2.0.0 2.0.0 mrfaptastic 2021-02-10 15:49:19 +0000
  • 6790a16417 Update 2_PatternPlasma.ino mrfaptastic 2021-02-10 15:34:41 +0000
  • 7b50be7bae Add disclaimer on class usage. mrfaptastic 2021-02-10 15:30:42 +0000
  • 7bc80c22a9 Housekeeping mrfaptastic 2021-02-10 08:51:38 +0000
  • 9381e52aed
    Update LICENSE.txt mrfaptastic 2021-02-08 21:57:03 +0000
  • 7e3f06f3f8 Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp mrfaptastic 2021-02-08 20:32:51 +0000
  • aded59747b Cleanup mrfaptastic 2021-02-08 20:13:56 +0000
  • 8c94dad622
    Update README.md mrfaptastic 2021-02-08 20:08:46 +0000
  • 106e70f031
    Update README.md mrfaptastic 2021-02-08 20:06:33 +0000
  • ba6334c74d Update chainedpanels documentation mrfaptastic 2021-02-08 19:55:26 +0000
  • 59409b22d7 Create ChainedPanels.odp mrfaptastic 2021-02-08 16:18:54 +0000
  • f637e85d7d Minor syntax fixes - IDF build compiller warning fixed - TestPatters example crrected inludes for IDF build - readme.md redundant paragraph removed Emil Muratov 2021-02-06 20:21:21 +0300
  • ac2c862268 Compile-time defines NO_FAST_FUNCTIONS and NO_GFX Emil Muratov 2021-02-06 19:37:34 +0300
  • 534a50b141
    Update README.md mrfaptastic 2021-02-05 15:28:02 +0000
  • a9a84aadf5
    Update README.md mrfaptastic 2021-02-05 15:26:55 +0000
  • 1daf28831b Clean up examples mrfaptastic 2021-02-05 15:25:57 +0000
  • 0c8279a9d5
    Merge pull request #71 from mrfaptastic/fastlines mrfaptastic 2021-02-05 14:44:29 +0000
  • 2a71b2a53e Example with test patterns used for fillrate tests Emil Muratov 2021-02-02 02:54:27 +0300
  • 9523181032 Fast lines optimization Emil Muratov 2021-02-02 00:40:27 +0300
  • 5fd7ccabf3 Fast lines implementation Emil Muratov 2021-01-29 20:50:54 +0300
  • 1c13556eec Added fillRectInDMABuff() Emil Muratov 2021-01-29 01:43:11 +0300
  • 41535b3613 README update Emil Muratov 2021-01-29 01:41:39 +0300
  • 6b6df77d96 Latch blanking control added Emil Muratov 2021-01-27 00:39:15 +0300
  • e5de433b74 Merge branch 'dev' of github.com:mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA into dev Emil Muratov 2021-01-26 22:37:39 +0300
  • 0f11f94c85 Fix compiler warnings for IDF builds Emil Muratov 2021-01-26 22:36:53 +0300
  • f29ddd8db5
    Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp mrfaptastic 2021-01-22 10:10:48 +0000
  • 851e3436c0 revert wrong include path for lldesc.h Emil Muratov 2021-01-22 12:34:45 +0300
  • e1a43aea5f
    Merge pull request #68 from jurriaan/add-missing-includes vortigont 2021-01-22 11:55:13 +0300
  • f18c24f116
    Update esp32_i2s_parallel.h vortigont 2021-01-22 11:53:57 +0300
  • 50ac1c7c27 Add missing includes Jurriaan Pruis 2021-01-21 17:34:38 +0100
  • acda90415b Merge branch 'dev' of github.com:mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA into dev Emil Muratov 2021-01-20 01:53:11 +0300
  • 5ade49181b Updated examples to reflect lastest changes in lib Emil Muratov 2021-01-20 01:48:05 +0300
  • 8196f0b357
    Update README.md mrfaptastic 2021-01-19 21:41:56 +0000
  • dd51dd8b2f
    Update README.md mrfaptastic 2021-01-19 21:37:40 +0000
  • af6687ed81
    Update README.md mrfaptastic 2021-01-19 21:36:20 +0000
  • 297ebe82c1 Update README.md mrfaptastic 2021-01-19 21:32:43 +0000
  • 9607b16b86 Updates to wording mrfaptastic 2021-01-19 21:29:51 +0000
  • d45b398e27
    Merge pull request #67 from mrRobot62/master mrfaptastic 2021-01-19 12:37:59 +0000
  • 8bc4e46bc9
    Update readme.md Bernd Klein 2021-01-19 07:41:06 +0100
  • 718d547150
    Update 16x32 virtual panel Bernd Klein 2021-01-19 07:32:09 +0100
  • 918983fdf5
    Update library.properties mrfaptastic 2021-01-18 17:52:01 +0000
  • 855bc8e5df
    Update library.json mrfaptastic 2021-01-18 17:51:50 +0000
  • 7f004adc81
    Merge pull request #65 from vortigont/trials mrfaptastic 2021-01-18 17:50:54 +0000
  • 6ea2280ff3
    Update library.properties legacy-1.2.4 mrfaptastic 2021-01-18 17:46:01 +0000
  • ee45e231a3
    Update library.json mrfaptastic 2021-01-18 17:45:53 +0000
  • 3fb1fa2ab9 a shame copy/paste fix for begin() compat Emil Muratov 2021-01-18 20:35:31 +0300
  • 036bd113f3 Minor deobfuscation of masks mrfaptastic 2021-01-18 17:14:21 +0000
  • d1f7e0e5c3 Minor variable name changes mrfaptastic 2021-01-18 13:59:10 +0000
  • 365e323f26 Revert "Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp" 1.2.4 mrfaptastic 2021-01-17 13:28:42 +0000
  • 9cc0bedb02
    some improvements and fixing typos Bernd Klein 2021-01-17 12:44:42 +0100
  • b6c60abf21
    typo Bernd Klein 2021-01-17 12:37:37 +0100
  • 6b21e6ccd4 typos Bernhard Klein 2021-01-17 12:35:56 +0100
  • a2043c7599 initial upload 16x32 virutal pannel Bernhard Klein 2021-01-17 12:30:56 +0100
  • 1a2c4810b7
    Merge pull request #63 from vortigont/master mrfaptastic 2021-01-14 16:43:30 +0000
  • 2df00bd98b Fix: color_index[0] pixels displayed in a wrong row Emil Muratov 2021-01-14 18:59:48 +0300
  • 572dca2aca Fix: color_index[0] pixels displayed in a wrong row Emil Muratov 2021-01-14 18:53:15 +0300
  • b8708db58a Compat fixes Emil Muratov 2021-01-14 01:28:58 +0300
  • 39066f9b3c
    Merge pull request #60 from vortigont/trials mrfaptastic 2021-01-13 13:04:05 +0000
  • 81b6834ded Plasma example updated to use new configuration features Emil Muratov 2021-01-13 15:02:53 +0300
  • f6685e4def obsolete fastmode methods and option, brightness fix Emil Muratov 2021-01-13 15:02:13 +0300
  • 1419eaef57 Flickerless brightness control in fast mode Emil Muratov 2021-01-13 13:17:01 +0300
  • 3ece3b6c03 Merge branch 'master' into trials Emil Muratov 2021-01-12 13:24:54 +0300
  • b5b647d5c0 Moved debug strings into PROGMEM clear shiftregs after init for FM drivers Emil Muratov 2021-01-12 02:46:37 +0300
  • ad8dc6ddd0 Introduced structure with configuration options for panel class Emil Muratov 2021-01-11 14:46:55 +0300
  • 9511e9973c
    Update README.md mrfaptastic 2021-01-11 09:25:40 +0000
  • 80e134fc1f
    Update README.md mrfaptastic 2021-01-11 09:24:36 +0000
  • b0e1273fad
    Update README.md mrfaptastic 2021-01-11 09:24:02 +0000
  • 3cea4eb14f Update examples mrfaptastic 2021-01-10 17:32:24 +0000
  • 7a056791d4 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA mrfaptastic 2021-01-09 20:13:48 +0000