Commit graph

525 commits

Author SHA1 Message Date
vortigont
85536d0884
Update i2s_memcalc.md
minor corrections
2021-06-11 15:02:56 +03:00
mrfaptastic
944501197b
Update library.properties 2021-06-11 10:23:59 +01:00
mrfaptastic
b384c48fd8
Update library.json 2021-06-11 10:23:43 +01:00
mrfaptastic
8d8b1fb215 Various fixes
* Default to inverted clock phase because it's the second time this has happened, and it doesn't impact older panels.

* Fix an issue with the Virtual Display Class
2021-06-10 20:49:28 +01:00
mrfaptastic
8b36964e68 Define mask offset at c++ compile time 2021-06-10 18:41:02 +01:00
mrfaptastic
c25557990e Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2021-06-10 15:59:31 +01:00
mrfaptastic
5ffb913d56 Update ESP32-VirtualMatrixPanel-I2S-DMA.h 2021-06-09 10:15:49 +01:00
mrfaptastic
a2d8ffea9e
Update library.properties 2021-06-09 09:35:28 +01:00
mrfaptastic
ba92fe7696
Update library.json 2021-06-09 09:35:15 +01:00
mrfaptastic
1d5b3e033f
Merge pull request #122 from vortigont/newclear
clearScreen() now wipes only color data for current buffer
2021-05-25 19:05:02 +01:00
Emil Muratov
8ebc5e933a clearScreen() now wipes only color data for current buffer
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-05-22 01:57:54 +03:00
mrfaptastic
f73552b652
Update ESP32-VirtualMatrixPanel-I2S-DMA.h 2021-05-16 15:08:18 +01:00
mrfaptastic
6e0a7638f2 Update AnimatedGIFPanel.ino 2021-04-13 11:39:15 +01:00
mrfaptastic
18464e068e Documentation updates 2021-04-12 13:02:47 +01:00
mrfaptastic
6180fe6e07 Update ESP32-VirtualMatrixPanel-I2S-DMA.h
Third time lucky.
2021-04-07 09:11:14 +01:00
mrfaptastic
cfb9cd1526 Update ESP32-VirtualMatrixPanel-I2S-DMA.h 2021-04-06 10:20:22 +01:00
mrfaptastic
a8237687cf Update ESP32-VirtualMatrixPanel-I2S-DMA.h 2021-04-05 13:25:46 +01:00
mrfaptastic
a8e7683b36 Added setRotate() to VirtualDisplay class 2021-04-05 12:33:21 +01:00
mrfaptastic
4530ec0491 Bump version
Fix broken examples
2021-03-31 19:24:40 +01:00
mrfaptastic
1c060c8b28 Update QuarterScanMatrixPanel.h 2021-03-31 19:24:08 +01:00
mrfaptastic
4af72ab98d Update VirtualMatrixPanel class 2021-03-31 18:29:03 +01:00
mrfaptastic
5062df590e Enabled FastLED CRGB Support 2021-03-28 17:34:20 +01:00
mrfaptastic
95817a26a3 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-03-28 15:35:23 +01:00
mrfaptastic
51345ec0ac Implement FastLED CRGB support
Remove legacy RGB24 struct, and overide drawPixel to support CRGB 24bit struct value passed as a colour. FastLED library required to be installed when FASTLED_CRGB_SUPPORT enabled.
2021-03-28 15:35:11 +01:00
mrfaptastic
ef23d93a08
Update README.md 2021-03-28 13:31:34 +01:00
mrfaptastic
9684d3abb8
Update library.json 2021-03-28 13:24:57 +01:00
mrfaptastic
fbcd18aaad
Update library.properties 2021-03-28 13:21:19 +01:00
mrfaptastic
d0012b15a9
Update README.md 2021-03-25 18:16:12 +00:00
mrfaptastic
a858d8aab6
Update README.md 2021-03-25 18:13:56 +00:00
mrfaptastic
7a8bda134c
Update README.md 2021-03-25 18:13:26 +00:00
mrfaptastic
d72e1fed2c
Update README.md 2021-03-25 18:12:19 +00:00
mrfaptastic
ed2c2ed5b8
Update README.md 2021-03-08 18:51:16 +00:00
mrfaptastic
a685d82981
Update README.md 2021-03-08 18:50:39 +00:00
mrfaptastic
10e24e9569
Update README.md 2021-03-08 18:49:56 +00:00
Emil Muratov
3c8443eeb8 Fix compiler yells about reordering
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-28 22:11:27 +03:00
mrfaptastic
67d1d45a67
Update README.md 2021-02-28 11:14:47 +00:00
mrfaptastic
23afac7673 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-02-28 11:12:33 +00:00
mrfaptastic
e70d085264 Update BitmapIcons.ino 2021-02-28 11:12:24 +00:00
mrfaptastic
becc93e691
Update README.md 2021-02-28 11:11:34 +00:00
mrfaptastic
25e8a224bd Clean up bitmap graphics example 2021-02-28 11:05:45 +00:00
mrfaptastic
f279d49103 move min_refresh_rate to core config
Can only be setup on initisation of the library. Moving to a start-up configuration variable like the others.
2021-02-22 12:13:31 +00:00
mrfaptastic
a3068c8934
Merge pull request #88 from mrfaptastic/clkphase
Clock phase toggling option + DMA stop function
2021-02-22 09:23:56 +00:00
mrfaptastic
6f5991b9c3 Update esp32_i2s_parallel_v2.c 2021-02-20 22:34:40 +00:00
mrfaptastic
f7aaad842b Add stopDMAtransfer function 2021-02-20 22:29:22 +00:00
mrfaptastic
76a585e1f8
Merge pull request #90 from mrfaptastic/docs
Docs
2021-02-20 19:02:11 +00:00
Emil Muratov
6176e1acb4 Fixed brightness set to 75% in examples
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20 21:03:06 +03:00
Emil Muratov
1bbbcf6b65 TOC for readme
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20 21:03:06 +03:00
Emil Muratov
fc1956deb6 Updated documention
- more detailed build options description
 - added i2s calculator to estimate lib parameters

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20 18:28:20 +03:00
Emil Muratov
e04c30c8ae Build-time flag to disable CIE1931 color correction
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20 18:26:20 +03:00
mrfaptastic
b1092495e9 Make SimpleTestShapes great again.
Long forgotten about.
2021-02-19 18:20:08 +00:00