mrfaptastic
|
39e85dd687
|
Merge pull request #200 from mcauser/typos
Fix some typos
|
2021-10-16 15:08:55 +01:00 |
|
Mike Causer
|
7ed06c1217
|
Fix some typos
|
2021-10-17 01:00:43 +11:00 |
|
mrfaptastic
|
faccc17bbb
|
Merge pull request #199 from mcauser/bouncing-squares
BouncingSquares were going offscreen
|
2021-10-15 17:06:58 +01:00 |
|
Mike Causer
|
5ab429152e
|
BouncingSquares were going offscreen
Taken the square size into consideration when generating the initial x/y pos and when bouncing off the right and bottom walls.
|
2021-10-16 03:02:11 +11:00 |
|
mrfaptastic
|
cf66382d75
|
Update OneEighthScanMatrixPanel.h
|
2021-10-11 17:43:46 +01:00 |
|
mrfaptastic
|
15cd0a7563
|
Update OneEighthScanMatrixPanel.h
|
2021-10-10 23:03:37 +01:00 |
|
mrfaptastic
|
27e49c2577
|
Update OneEighthScanMatrixPanel.h
|
2021-10-10 22:59:57 +01:00 |
|
mrfaptastic
|
7042631dda
|
4th time lucky
|
2021-10-10 22:39:28 +01:00 |
|
mrfaptastic
|
a6b178e29a
|
Update OneEighthScanMatrixPanel.h
|
2021-10-10 22:18:57 +01:00 |
|
mrfaptastic
|
5bf4aa3069
|
Got my 1's and 0's the wrong way around
|
2021-10-10 22:15:57 +01:00 |
|
mrfaptastic
|
32f86bb870
|
Update OneEighthScanMatrixPanel.h
|
2021-10-10 22:03:49 +01:00 |
|
mrfaptastic
|
35b556d57f
|
Update OneEighthScanMatrixPanel.h
|
2021-10-10 21:43:56 +01:00 |
|
mrfaptastic
|
90d1b74e58
|
Update OneEighthScanMatrixPanel.h
|
2021-10-10 21:32:39 +01:00 |
|
mrfaptastic
|
ad2cb3c976
|
Update OneEighthScanMatrixPanel.h
|
2021-10-10 19:52:32 +01:00 |
|
mrfaptastic
|
5a4e17945b
|
Update README.md
|
2021-10-10 19:19:27 +01:00 |
|
mrfaptastic
|
5764238656
|
Update README.md
|
2021-10-10 19:17:00 +01:00 |
|
mrfaptastic
|
3752c67b8f
|
Update One_Eighth_1_8_ScanPanel.ino
|
2021-10-10 19:13:30 +01:00 |
|
mrfaptastic
|
5bf538e348
|
1/8 Scan Panel Example
|
2021-10-10 19:06:11 +01:00 |
|
mrfaptastic
|
0ef9a47aaf
|
Update README.md
|
2021-09-30 21:48:31 +01:00 |
|
mrfaptastic
|
8fb804c750
|
Update README.md
|
2021-09-30 21:48:13 +01:00 |
|
mrfaptastic
|
dd05550cc5
|
Remove ESP32C3 experimental stuff.
ESP32-C3 doesn't actually support 'lcd mode' aka. parallel DMA, so it'll never be of use with this library and a HUB75 panel.
|
2021-09-29 23:20:16 +01:00 |
|
Emil Muratov
|
981d067063
|
Fix pixel formula in excell table
Closes #189
|
2021-09-29 11:07:04 +03:00 |
|
mrfaptastic
|
a97b854d31
|
Update README.md
|
2021-09-22 21:56:33 +01:00 |
|
mrfaptastic
|
a8810e345c
|
Merge pull request #185 from mrfaptastic/386SX-33
386 sx 33
|
2021-09-22 11:31:47 +01:00 |
|
mrfaptastic
|
f2b77d95b1
|
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
|
2021-09-19 22:46:25 +01:00 |
|
mrfaptastic
|
6f8d9c0fa2
|
Initial Commit
Support for S and C (tbc)
|
2021-09-13 06:57:45 +01:00 |
|
mrfaptastic
|
6b308cbbfc
|
Update README.md
|
2021-09-11 10:16:43 +01:00 |
|
mrfaptastic
|
b393841376
|
Update README.md
|
2021-09-10 23:21:31 +01:00 |
|
mrfaptastic
|
4092889e5f
|
Update library.properties
|
2021-09-10 19:06:32 +01:00 |
|
mrfaptastic
|
a1b2749cbd
|
Update library.json
|
2021-09-10 19:06:17 +01:00 |
|
mrfaptastic
|
ced87c0535
|
Update esp32_i2s_parallel_v2.c
|
2021-09-10 15:59:24 +01:00 |
|
mrfaptastic
|
aae55e9e6e
|
Crank it baby.
|
2021-09-10 15:16:16 +01:00 |
|
mrfaptastic
|
b7ddae774e
|
Update README.md
|
2021-09-06 16:42:08 +01:00 |
|
mrfaptastic
|
784e05085b
|
Update README.md
|
2021-09-06 16:41:26 +01:00 |
|
mrfaptastic
|
25e982b053
|
Update README.md
|
2021-09-06 16:39:40 +01:00 |
|
mrfaptastic
|
f5681b2983
|
Backport tx fifo byte ordering fix for ESP32-WROOM-32
|
2021-09-06 16:29:38 +01:00 |
|
mrfaptastic
|
2f8f465cc6
|
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
|
2021-08-28 10:10:48 +01:00 |
|
mrfaptastic
|
482312b4a7
|
Create BouncingSquares.ino
|
2021-08-19 23:13:16 +01:00 |
|
mrfaptastic
|
849bc84129
|
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
|
2021-08-19 20:47:36 +01:00 |
|
mrfaptastic
|
c1699bb8fc
|
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
|
2021-08-19 20:44:15 +01:00 |
|
mrfaptastic
|
a2d3efc0f3
|
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
|
2021-08-19 20:44:07 +01:00 |
|
mrfaptastic
|
f523f1371a
|
Update SmoothDoubleBuffer.ino
|
2021-08-19 20:09:43 +01:00 |
|
mrfaptastic
|
744e7354dc
|
Update SmoothDoubleBuffer.ino
|
2021-08-19 20:09:10 +01:00 |
|
mrfaptastic
|
20eea3c3d3
|
Update README.md
|
2021-08-19 20:05:48 +01:00 |
|
mrfaptastic
|
aa0c7785b2
|
Update SmoothDoubleBuffer.ino
|
2021-08-19 19:43:49 +01:00 |
|
mrfaptastic
|
8dd6bf51b8
|
Update double buffer example
|
2021-08-19 19:39:08 +01:00 |
|
mrfaptastic
|
055ff08fe5
|
Double buffer function reduction
Can't get rid of the wait while statement though...
|
2021-08-19 19:34:40 +01:00 |
|
mrfaptastic
|
d9e2f85f98
|
Revert "Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA"
This reverts commit b6cbfce5dd , reversing
changes made to c5227fd15e .
|
2021-08-19 19:22:29 +01:00 |
|
mrfaptastic
|
b6cbfce5dd
|
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
|
2021-08-19 19:02:14 +01:00 |
|
mrfaptastic
|
c5227fd15e
|
Update esp32_i2s_parallel_v2.c
|
2021-08-19 19:02:11 +01:00 |
|