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
9a5742d8e2
Merge pull request #475 from oseiler2/bugfix/init-gpio
...
Bugfix/init gpio
2023-07-05 07:45:10 +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
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
ab7d98d7cc
Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
...
Fix mxconfig.clkphase not being used.
#434
2023-06-23 12:09:36 +01:00
Avi
d2924444fa
esp-idf
: Add menuconfig option ESP32_HUB75_USE_GFX
.
...
This pull requests adds a menuconfig option named `ESP32_HUB75_USE_GFX` which is used to determine if the Adafruit GFX component should be required and used for the build. menuconfig options are the standard way to change behavior of components in `esp-idf`.
[Commit b8367d9
](b8367d95d2
) introduced a backwards incompatible change that caused `idf-idf` to only require the Adafruit-GFX-Library component if `ARDUINO_ARCH_ESP32` was set. `ARDUINO_ARCH_ESP32` is set in platformIO, the arduino software but not in the standalone `esp-idf` installation.
2023-05-09 20:55:35 -04:00
mrfaptastic
004c45d01c
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-04-19 01:52:26 +01:00
mrfaptastic
ec290f3dba
Update gdma_lcd_parallel16.cpp
2023-04-19 01:52:16 +01:00
mrfaptastic
de344347d1
Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
2023-04-19 01:50:31 +01:00
mrfaptastic
13ac40aaff
#442 #441 #435
2023-04-19 01:35:24 +01:00
mrfaptastic
8b77e3c793
Update gdma_lcd_parallel16.cpp
2023-04-18 06:52:44 +01:00
yv
f6fb33d651
Support for 1/16 64px high outdoor panels driven by ICN2037BP chip ( https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/issues/345#issuecomment-1510401192 )
2023-04-17 17:00:52 +03:00
mrfaptastic
ab24a61aba
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
...
#354 @rigorka contribution
2023-04-16 19:13:40 +01:00
mrfaptastic
4bff4955ca
Cleanup
2023-04-09 21:37:49 +01:00
mrfaptastic
4cb60e0180
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2023-04-03 10:06:44 +01:00
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
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
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
0b4d83db47
#421
2023-03-18 11:55:56 +00:00
mrfaptastic
7d1841e355
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2023-03-18 11:36:37 +00:00
Dhruv Kumar
817d81edae
Serpent-less arrangements added
2023-03-17 12:12:26 +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
112cf6ea47
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2023-03-13 09:31:04 +00:00
mrfaptastic
2852ce0e12
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
2023-03-12 10:23:46 +00:00
mrfaptastic
0e64e0d7a7
Fix arduino compile issue introduced in commit f970b78
2023-03-12 09:49:16 +00:00
mrfaptastic
edfadc7650
Rewrite of VirtualMatrixPanel
...
Fix chaining issue that was mentioned in #402
Compatibility breaking change to now explicitly define chaining type: CHAIN_TOP_LEFT_DOWN, CHAIN_TOP_RIGHT_DOWN, CHAIN_BOTTOM_LEFT_UP, CHAIN_BOTTOM_RIGHT_UP
2023-03-12 09:13:55 +00:00
Lukas
e807e622a8
remove matrix_rows_in_parallel from config
2023-03-11 12:56:43 +01:00
Lukas
f970b781b9
fix: bugs of ROWS_PER_FRAME and PIXELS_PER_ROW when using default constructor
...
fix: bus noconfig set when using default constructor
fix: options to set config after construction, to enable use of default Constructor
- begin(HUB75_I2S_CFG), setCfg(HUB75_I2S_CFG)
fix: second call of begin({pins}) would bug the pin between config and dma usage
fix: reorder attributes of HUB75_I2S_CFG and MatrixPanel_I2S_DMA to reduce object size (at least in debug mode)
2023-03-11 11:51:41 +01:00
mrfaptastic
763aab6f09
Update gdma_lcd_parallel16.cpp
...
Bring S3 flip code in line with fix provided by @Lukaswnd for #402
2023-03-10 18:20:47 +00:00
mrfaptastic
da22841fc5
Merge pull request #410 from Lukaswnd/master
...
PIXEL_COLOR_DEPTH_BITS as part of HUB75_I2S_CFG
2023-03-10 18:13:09 +00:00
Lukas
c804f0d7af
Make PIXEL_COLOR_DEPTH_BITS part of HUB75_I2S_CFG (able to set at runtime)
2023-03-10 11:46:17 +01:00