Replies: 1 comment 10 replies
-
Good Intel.
You will not be able to drive such large resolutions using this library unless you reduce the colour depth to like 3bits. From whatever software that ran on the ESP32-S2 / WF1 version, it only have 4 bit colour and bigbanged the GPIO. This library uses 24bits per pixel colour depth by default which uses a lot more memory and therefore reduces the effective resolution you can drive with a good (aka. Low visible flicker) refresh rate. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I received this board,
I was surprised to see that it had an ESP32 built in.
I thought it could be used as a development board,
so I searched for it.
Related URL
#433
https://github.com/kreier/huidu_hd-wf4
https://github.com/mrfaptastic/HD-WF1-LED-MatrixPanel-DMA
WF2 and WF4 are driven by ESP32-S3.
(WF1 is ESP32-S2)
This product can run up to 768 x 128
(probably up to 1280 x 256)
This board worked great with the LED module below.
P2
https://ko.aliexpress.com/item/4001321148041.html
P2.5
https://ko.aliexpress.com/item/1005006612553395.html
P2.5 OUTDOOR
https://ko.aliexpress.com/item/1005005020479938.html
Datasheet
WF1
https://huidu-cn.oss-ap-southeast-1.aliyuncs.com/eData/File/Specifications/Single_color/WFX_series/HD-WF1%20Specification%20V0.1.pdf
WF2
https://5.imimg.com/data5/SELLER/Doc/2021/8/HR/TA/BA/134227014/huidu-hd-wf2-led-controller-card.pdf
WF4
https://yuchip-led.com/wp-content/uploads/2021/08/HD-WF4-Specification-V6.0.1.pdf
Beta Was this translation helpful? Give feedback.
All reactions