diff options
| author | user <user@node5.net> | 2025-03-30 16:11:48 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2025-03-30 16:11:48 +0200 |
| commit | a6cd7eebb0b960c32228b18d93e9a7a4be1f5f26 (patch) | |
| tree | f8816a4fd4e117c690caccea488010fde11bd895 /examples/PIO_TestPatterns/platformio.ini | |
| parent | 3d5dda371d579d1eb894e4bd38b06e63fc8aefc5 (diff) | |
Get Test patterns running on my 64x64 panel
MBI5124GP https://blog.node5.net/Miscellaneous/64x64%20HUB%2075%20LED%20Matrix/
Diffstat (limited to 'examples/PIO_TestPatterns/platformio.ini')
| -rw-r--r-- | examples/PIO_TestPatterns/platformio.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/PIO_TestPatterns/platformio.ini b/examples/PIO_TestPatterns/platformio.ini index 185513a..61f3492 100644 --- a/examples/PIO_TestPatterns/platformio.ini +++ b/examples/PIO_TestPatterns/platformio.ini @@ -5,7 +5,9 @@ description = HUB75 ESP32 I2S DMA test patterns example [env] platform = espressif32 -board = wemos_d1_mini32 +board = lolin_s2_mini +#platform = espressif32 +#board = denky32 lib_deps = fastled/FastLED Wire |
