2dom / PxMatrix

Adafruit GFX compatible graphics driver for LED matrix panels
BSD 3-Clause "New" or "Revised" License
849 stars 172 forks source link

Px matrix library for esp8266 wemos module #310

Closed dileeppulluru closed 8 months ago

dileeppulluru commented 1 year ago

Hello all, Microcontroller - Esp8266MOD Am planning for P10 rgb led matrix display of bigger size 10feet width and 2 feet height which uses 30 P10 led modules of 32X16 . Can i use the Px matrix library for above requirement . If not which is the best library for to use.

Present i have used only two modules . please anyone help me in understanding the
1)display.begin(8) what is rown scan pattern mean? 2) display.setMuxpattern 3) display.setscanpettern

Am not getting the perfect understanding of above lines please help me guys regarding this. Requirement: 1) displaying message sent through MQTT.

Thankyou in advance

2dom commented 1 year ago

For larger displays please look into solutions that use 1: parallel data lines to drive displays, 2: more memory and processing power. I would go for Raspberry Pi - https://github.com/hzeller/rpi-rgb-led-matrix

dileeppulluru commented 1 year ago

is it possible with ESP8266? because am restricted to use raspberry pico.If any solution please let me know

dileeppulluru commented 1 year ago

My application has no animations only standby text and there is no need of scrolling also