Skip to content

Conversation

@KurtE
Copy link

@KurtE KurtE commented Nov 17, 2025

This allows you to then change the sketch(s) used within the test apps for the Q to use this header file with little changes to them.

Like the Weather forecast on LED matrix

#include "Arduino_LED_Matrix.h"
Arduino_LED_Matrix matrix;

void setup() {
  matrix.begin();
...

Or in my test app I also then included ArduinoGraphics

#include <Arduino_RouterBridge.h>
#include "ArduinoGraphics.h"
#include "Arduino_LED_Matrix.h"
...

This allows you to then change the sketch(s) used within the test apps
for the Q to use this header file with little changes to them.

Like the Weather forecast on LED matrix

    #include "Arduino_LED_Matrix.h"
    Arduino_LED_Matrix matrix;

    void setup() {
      matrix.begin();
      ...

Or in my test app I also then included ArduinoGraphics

    #include <Arduino_RouterBridge.h>
    #include "ArduinoGraphics.h"
    ...
@pillo79
Copy link

pillo79 commented Dec 18, 2025

Thanks for this Kurt; I did a small force-push to expand the const to other similar functions and sync them with the implementation.

@pillo79 pillo79 merged commit e3368d6 into arduino:main Dec 18, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants