File tree 2 files changed +4
-1
lines changed
libraries/Arduino_LED_Matrix/src
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,13 @@ jobs:
87
87
- board :
88
88
fqbn : " arduino:renesas_uno:unor4wifi"
89
89
additional-sketch-paths : |
90
+ - libraries/Arduino_LED_Matrix
90
91
- libraries/WiFiS3
91
92
- libraries/OTAUpdate
92
93
- board :
93
94
fqbn : " arduino-git:renesas:unor4wifi"
94
95
additional-sketch-paths : |
96
+ - libraries/Arduino_LED_Matrix
95
97
- libraries/WiFiS3
96
98
- libraries/OTAUpdate
97
99
- libraries/OPAMP
@@ -157,6 +159,7 @@ jobs:
157
159
- name: ArduinoDMX
158
160
- name: ArduinoRS485
159
161
- name: ArduinoIoTCloud
162
+ - name: ArduinoGraphics
160
163
platforms : |
161
164
# Use Board Manager to install the latest release of Arduino Renesas Boards to get the toolchain
162
165
- name: "arduino:renesas_uno"
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ class ArduinoLEDMatrix
169
169
void off (size_t pin) {
170
170
turnLed (pin, false );
171
171
}
172
- bool begin () {
172
+ int begin () {
173
173
bool rv = true ;
174
174
uint8_t type;
175
175
int8_t ch = FspTimer::get_available_timer (type);
You can’t perform that action at this time.
0 commit comments