bartoszbielawski / LEDMatrixDriver

A replacement for Arduino's LedControl library
MIT License
74 stars 25 forks source link

Method to check if pixel is on #13

Closed rmorenojr closed 6 years ago

rmorenojr commented 6 years ago

It would be nice to have a method that would return a Boolean value if a pixel(x,y) is on or off. example: if (lmd.getPixel(x,y)) lmd.setPixel(x,y,false);

bartoszbielawski commented 6 years ago

I will take this into consideration.

bartoszbielawski commented 6 years ago

Available in v 0.2.0.