atom matrix, wrong number of leds.
-
With this code:
#include <M5Atom.h> void setup(){ M5.begin(true, false, true); //Initialize M5Atom. delay(50); //Delayed 50ms. M5.dis.fillpix(0xFFFFFF); delay(10000); M5.dis.clear(); } void loop(){ }I've got 24 leds on, the last one off , but if I change the
#define NUM_LEDS 25 to 26 in
.pio/libdeps/m5stack-atom/M5Atom/src/utility/LED_DisPlay.h
I've got 25 leds on
Is it a known bug in the atom lib? -
It may be. It sound like the address system has changed as they should have been 0-24 for a total of 25 leds
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login