Stopwatch using a 32 x 8 LED Matrix

Hi Steve,

Did you install the library?

You should adjust compiler-warnings to "all" and show verbose output during compilation

in the preferences

If you have compiled and the compiler aborted with an error-message

  • click into this IDE-message-window with the error-message
  • press Ctrl-A for marking all all messages
  • press Ctrl-C for copying the marked messages into the clipboard
  • change to posting
  • click on the </>-Icon
  • press Ctrl-V to insert clipboard-content into the code-section.

If you have enabled all compiler-warnings and verbose output all details that might be important will be in the messages.

Yes you have to set the font by calling P.setFont(NameofTheFont);

You have to take a careful look at this name in the example-sketch

best regards Stefan