Control neopixel with max7219

Hi
Can i control a neopixel with max7219 ?
I use Ledcontrol library with 7segments , i want to to save aome micro controller pins by using max7219 too much pins! Can i send some bits to neo pixel with max7219 .

Another question is neopixel use i2c to connect to micro controller, can i use same pins for another i2c device with out burning some part !?

No, the protocol of the neopixel leds is incompatible with max7219.

1 Like

With max7219 you do not save pins, because the neopixel uses less pins, than 7219.
Neopixel uses the single pin for hundreds leds.

No, the neopixel doesn't use i2c

1 Like

The max7219 is good for controlling an LED matrix with SPI.

MAX7219 Arduino
VCC     5V
GND     GND
DIN     11 (MOSI)
CS      3 (SS)
CLK     13 (SCK)
2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.