mrfaptastic
921392ce47
Update gdma_lcd_parallel16.cpp
2023-04-03 09:58:53 +01:00
mrfaptastic
7c2d527dd8
Cleanup
2023-04-02 13:12:53 +01:00
mrfaptastic
b101ae6997
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2023-04-01 19:31:24 +01:00
mrfaptastic
0a08debcab
Close #432 #430
...
Implement VirtualDisplayClass rotation (and let AdaFruit_GFX) be aware of it as well for font printing.
Ability to 'scale' up (zoom) display as a quick and dirty magnification mode.
2023-04-01 19:04:47 +01:00
mrfaptastic
cc24c756c1
Update README.md
2023-04-01 15:26:07 +01:00
mrfaptastic
58610563ee
Merge pull request #427 from drvkmr/master
...
setRotation implementation changed
2023-03-22 13:20:46 +00:00
mrfaptastic
e36b9d8a87
Update library.properties
2023-03-22 12:36:57 +00:00
mrfaptastic
c31a9eaa66
Update library.json
2023-03-22 12:36:49 +00:00
Dhruv Kumar
e668d59cc4
setRotate renamed to setRotation
...
Keeping it same as Adafruit_GFX
2023-03-22 12:09:33 +00:00
Dhruv Kumar
53ecf54c56
setRotate implementation changed
...
setRotate(bool) has been replaced by setRotate(int).
0, 1, 2, 3 int inputs are translated to 0, 90, 180 and 270 degrees rotation.
Documentation not updated.
2023-03-22 01:38:18 +00:00
mrfaptastic
bd7cc1e217
Fix S2 compiling
2023-03-21 23:50:05 +00:00
mrfaptastic
93b36adf72
Fix #426
2023-03-21 23:05:14 +00:00
mrfaptastic
1ac5a2209e
rename size()
...
to getColorDepthSize()
2023-03-20 10:19:21 +00:00
mrfaptastic
8b196b452c
Update library.properties
2023-03-19 01:15:58 +00:00
mrfaptastic
64b950fabf
Update library.json
2023-03-19 01:15:54 +00:00
mrfaptastic
9f2cb15b53
ROW_SCAN_SHUFFLE #338
...
New compile time option: ROW_SCAN_SHUFFLE
Don't update rows in sequential order.
2023-03-19 01:03:49 +00:00
mrfaptastic
30b74a246b
ROW_SCAN_SHUFFLE
2023-03-19 01:02:47 +00:00
mrfaptastic
92bce305f6
Update esp32_i2s_parallel_dma.cpp
2023-03-19 00:46:38 +00:00
mrfaptastic
a54688df9d
Rowcan shuffling #338
2023-03-19 00:42:22 +00:00
mrfaptastic
3333f0b11d
#338
...
Randomise rows.
2023-03-18 20:50:36 +00:00
mrfaptastic
9d36abeeaf
Reduce #338
2023-03-18 20:12:45 +00:00
mrfaptastic
9308b59445
Update README.md
...
Added SM1620B to unsupported list.
2023-03-18 12:17:41 +00:00
mrfaptastic
0b4d83db47
#421
2023-03-18 11:55:56 +00:00
mrfaptastic
ab06cae02f
Update Four_Scan_Panel.ino
2023-03-18 11:41:38 +00:00
mrfaptastic
4c78112024
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-18 11:37:01 +00:00
mrfaptastic
7d1841e355
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2023-03-18 11:36:37 +00:00
mrfaptastic
8c4d531db0
Update ChainedPanelsAuroraDemo.ino
2023-03-18 11:35:28 +00:00
mrfaptastic
264d997618
Merge pull request #420 from drvkmr/master
...
Serpent-less arrangements added
2023-03-17 15:13:06 +00:00
Dhruv Kumar
817d81edae
Serpent-less arrangements added
2023-03-17 12:12:26 +00:00
mrfaptastic
e34087e98b
Merge pull request #419 from mrfaptastic/master-esp32-dev
...
Master esp32 dev
2023-03-16 21:47:52 +00:00
mrfaptastic
fe5d414825
Add ZigZag options. Close #414
...
CHAIN_BOTTOM_RIGHT_UP_ZZ
CHAIN_TOP_RIGHT_DOWN_ZZ
2023-03-15 14:05:51 +00:00
mrfaptastic
1d21b165df
Add CHAIN_TOP_RIGHT_DOWN_ZZ
2023-03-15 13:46:43 +00:00
mrfaptastic
e15f11ac46
Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
2023-03-13 18:27:39 +00:00
mrfaptastic
8f5e2e143d
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-13 09:31:07 +00:00
mrfaptastic
112cf6ea47
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2023-03-13 09:31:04 +00:00
mrfaptastic
8d82df45e1
Update library.properties
2023-03-13 00:12:10 +00:00
mrfaptastic
20abf19582
Update library.json
2023-03-13 00:11:55 +00:00
mrfaptastic
642c064ffd
Update pio_build.yml
2023-03-13 00:11:32 +00:00
mrfaptastic
326c9a0de7
Add SDCard AnimatedGIF example
2023-03-13 00:09:40 +00:00
mrfaptastic
efad4c1dfd
Update
2023-03-12 23:16:06 +00:00
mrfaptastic
2fcfaf6ac1
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-12 20:04:29 +00:00
mrfaptastic
e7a5c1b005
VirtualMatrixPanel test program
...
For library development validation purposes.
2023-03-12 20:04:16 +00:00
mrfaptastic
aebccc3090
Update pio_build.yml
2023-03-12 10:29:08 +00:00
mrfaptastic
2b76af4a5a
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-12 10:24:06 +00:00
mrfaptastic
2852ce0e12
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
2023-03-12 10:23:46 +00:00
mrfaptastic
9e133918cf
Update main.cpp
2023-03-12 10:13:01 +00:00
mrfaptastic
c11e5b00b0
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-12 09:57:08 +00:00
mrfaptastic
63d9e9f9b3
Update Panel_Chaining_Types.ods
2023-03-12 09:56:58 +00:00
mrfaptastic
1849aadda6
Update README.md
2023-03-12 09:56:48 +00:00
mrfaptastic
a5a893e65b
Update README.md
2023-03-12 09:54:59 +00:00