sterretjeToo
sterretjeToo
The "Arduino_LED_Matrix" library's "TextWithArduinoGraphics" example has a dependency on the "ArduinoGraphics" library: https://github.com/arduino/ArduinoCore-renesas/blob/4606b85cb13142eb30117368aac1486078eb9686/libraries/Arduino_LED_Matrix/examples/TextWithArduinoGraphics/TextWithArduinoGraphics.ino#L1-L2 "ArduinoGraphics" is a standalone library, not installed by default. So the user must install the dependency in...
### Describe the problem The Arduino boards platform framework allows pluggable monitor port settings to be configured via properties in the board definition: https://arduino.github.io/arduino-cli/dev/platform-specification/#port-configuration 🐛 When Arduino IDE sends [the...