What's the demo sketch for the latest/current Uno R4 WiFi, and is it available in any of the GitHub repos?
I recently purchased one for a project, and the factory installed demo sketch runs an LED matrix animation which features a heart, a snake game, and (I think) the Arduino "infinity" logo.
I'd like to get a copy of this sketch before overwriting it.
Hi @wombatonga. I see @UKHeliBob already provided the answer while I was writing my reply, but since mine contains a bit more information I'll post it anyway:
The factory sketch is provided as one of the examples of the "LED_Matrix" library. That library is bundled with the installation of the "Arduino UNO R4 Boards" platform that adds support to Arduino IDE/Arduino Cloud Editor for the UNO R4 WiFi board.
If you are using Arduino IDE, you can open it by the following procedure:
Select Tools > Board > Arduino UNO R4 Boards > Arduino UNO R4 WiFi from the Arduino IDE menus.
Select File > Examples > LED_Matrix > MatrixIntro from the Arduino IDE menus.
If you are instead using Arduino Cloud Editor, you can open it by the following procedure: