(Question) MAX7219 16x8 #1371
Unanswered
matheusfillipe
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Unfortunately the MAX7219 deviates a lot from the other display controllers. Adding support is difficult... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use two MAX7219, height of 8 and length of 16 (2 displays as length). I haven't found the constructor for it and using the 8x8 constructor makes the same text display on both screens.
I am doing this:
I am trying to use both as a single 16x8 display but this constructor isn't
available... I tried looking on how those constructors work but coudl't quite
figure it out yet. It is my first time using displays on arduino.
I tried the 32x8 constructor but then nothing displayed. Would this be possible? How? If you could provide some minimal working code I will figure it out. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions