Commit graph

733 commits

Author SHA1 Message Date
mrfaptastic
722358ad2d
Update README.md 2023-11-27 03:30:48 +00:00
mrfaptastic
bd555153e8 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA 2023-11-27 03:26:43 +00:00
mrfaptastic
ad5e2338d0 espidf 5.1 vs 4.x fixes 2023-11-27 03:26:41 +00:00
mrfaptastic
17293b986b
Update pio_arduino_build.yml 2023-11-27 03:13:07 +00:00
mrfaptastic
6a960121a5
Update and rename esp-idf-4.4.5_with-gfx.yml to esp-idf-5.1.2_with-gfx.yml 2023-11-27 03:01:54 +00:00
mrfaptastic
c428e7ae4e
Update pio_arduino_build.yml 2023-11-27 02:50:53 +00:00
mrfaptastic
610894cb87
Update pio_arduino_build.yml 2023-11-27 02:49:03 +00:00
mrfaptastic
aa9f9a7cef
Update pio_arduino_build.yml 2023-11-27 02:47:46 +00:00
mrfaptastic
26dcb3f713
Update and rename esp-idf-4.4.4_with-gfx.yml to esp-idf-4.4.5_with-gfx.yml 2023-11-27 02:45:57 +00:00
mrfaptastic
f7fa22ccbc
Update esp-idf-5.1.2_without-gfx.yml 2023-11-27 02:42:45 +00:00
mrfaptastic
d8deb4f041
Update and rename esp-idf_with-gfx.yml to esp-idf-4.4.4_with-gfx.yml 2023-11-27 02:41:33 +00:00
mrfaptastic
9ee1346872
Update esp-idf_with-gfx.yml 2023-11-27 02:37:28 +00:00
mrfaptastic
10ea729418
Update esp-idf-5.1.2_without-gfx.yml 2023-11-27 02:37:10 +00:00
mrfaptastic
813cf53a33
Rename pio_build.yml to pio_arduino_build.yml 2023-11-27 02:35:56 +00:00
mrfaptastic
7596b4bbf0
Update and rename esp-idf_without-gfx.yml to esp-idf-5.1.2_without-gfx.yml 2023-11-27 02:34:54 +00:00
mrfaptastic
7a100a0a35 Fixes for IDF 5.1 & Arduino 3.0.0
Implement various tweaks such that it compiles with Arduino core 3.0.0-alpha2
2023-11-27 02:20:20 +00:00
mrfaptastic
41cb8d3ce1 Remove warnings 2023-11-27 01:29:26 +00:00
mrfaptastic
12f22832d5 Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2023-11-26 22:13:38 +00:00
mrfaptastic
8f62da2d19 Update esp32_i2s_parallel_dma.cpp 2023-11-26 20:21:43 +00:00
mrfaptastic
c0b7ca62ff Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA 2023-11-26 20:08:57 +00:00
mrfaptastic
9940c078bd Fix ESP_LOG statements
Correct int width specifier
2023-11-26 20:08:54 +00:00
mrfaptastic
85fc041d54
Update README.md 2023-11-26 18:36:24 +00:00
mrfaptastic
8e6c69716c
Merge pull request #515 from dorianim-forks/fix/espidf-v5
Fix: compile issues on ESP-idf v5
2023-10-24 23:51:21 +01:00
a468ea9d67
Fix: compile errors on espidf v5 2023-10-24 15:42:13 +02:00
mrfaptastic
3c7173abab
Merge pull request #503 from vortigont/vdtor
make a d-tor virtual
2023-09-29 12:36:52 +01:00
Emil Muratov
d11fe50fc6 make a d-tor virtual
since a d-tor is non-trivial, it should be virtual if MatrixPanel_I2S_DMA is used as a base class
2023-09-28 16:48:35 +09:00
mrfaptastic
4b950041b1
Merge pull request #499 from Lukaswnd/master
fix getPixelColorDepthBits() as const
2023-09-08 18:30:39 +01:00
Lukaswnd
0c70417d70
fix const function in ESP32-HUB75-MatrixPanel-I2S-DMA.h
fix getPixelColorDepthBits() to const

this is destrroying my build XD
2023-09-07 18:19:35 +02:00
Lukaswnd
8555ae1c79
Merge pull request #3 from mrfaptastic/master
uptodate
2023-09-07 18:16:14 +02:00
mrfaptastic
66015862ac
Merge pull request #497 from mrfaptastic/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-04 22:43:49 +01:00
dependabot[bot]
0aa1ebca25
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 19:36:31 +00:00
mrfaptastic
9943fcd97d
Merge pull request #487 from beta-tester/master
minimal optimization and adjustment
2023-08-10 08:35:22 +01:00
beta-tester
9b4926978e
removed another unnecessary instruction 2023-08-09 07:43:36 +02:00
beta-tester
3fc222ff75
adjust color range for NO_CIE1931 in updateMatrixDMABuffer()
red16, green16, blue16 never reached maximum 0xFFFF value in NO_CIE1931
2023-08-08 23:11:35 +02:00
beta-tester
0429850835
optimized color565to888()
remove expensive multiplication
2023-08-08 23:01:54 +02:00
mrfaptastic
3d7c2dfa4f
Merge pull request #476 from abrender/jobnames
Add name to esp-idf workflows.
2023-07-07 07:33:12 +01:00
Avi
41b9117307 Add name to esp-idf workflows.
Without these names, the checks just appear as "build" in the actions (example: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/pull/475 Click on "View Details" next to the merge message)
2023-07-06 11:21:56 -04:00
mrfaptastic
9a5742d8e2
Merge pull request #475 from oseiler2/bugfix/init-gpio
Bugfix/init gpio
2023-07-05 07:45:10 +01:00
mrfaptastic
e00a622ed1
Merge pull request #474 from oseiler2/feature/DP3246_SM5368-support
Support for DP3246 / SM5368 based panels
2023-07-05 07:43:57 +01:00
Oliver Seiler
337f52cd34 typo 2023-07-05 14:34:26 +12:00
Oliver Seiler
32b39653e9 typo 2023-07-05 14:31:17 +12:00
Oliver Seiler
13be9eb9b7 initialise GPIO pins 2023-07-05 14:28:19 +12:00
Oliver Seiler
b0df22fc24 readme 2023-07-05 13:56:48 +12:00
Oliver Seiler
e75716400e init gpio pins 2023-07-05 12:56:59 +12:00
Oliver Seiler
88a14afa1c Initial support for DP3246_SM5368 2023-07-05 10:32:22 +12:00
mrfaptastic
71eacfc4f2
Update library.json 2023-06-23 12:15:18 +01:00
mrfaptastic
cab53b3ef3
Update library.properties 2023-06-23 12:15:15 +01:00
mrfaptastic
ab7d98d7cc Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
Fix mxconfig.clkphase not being used.

#434
2023-06-23 12:09:36 +01:00
mrfaptastic
ebdf46da19
Merge pull request #463 from mrfaptastic/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2023-05-28 17:27:20 +01:00
mrfaptastic
b56a8a7104
Merge pull request #464 from abrender/master
Remove `.github` exclusion for triggering workflows.
2023-05-28 17:27:04 +01:00