Replies: 1 comment 1 reply
-
I don't have the necessary hardware to test it, but if my memory serves me right, something like this should work: #include <Control_Surface.h>
MAX7219SevenSegmentDisplay<> disp{SPI, 10}; // load/CS pin
void setup() {
disp.begin();
disp.display("hello.");
}
void loop() {} You could get the text from the timedisplay using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Pieter,
I try to get the
MCU::TimeDisplay
on a MAX7219 Seven Segment Display.I see something that may be usefull in the documentation MAX7219SevenSegmentDisplay.
Could you provide an example for that ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions