Skip to content

Commit ef1aa74

Browse files
authored
Add screenshots section to README
Added a new section for screenshots and relevant images.
1 parent 99962bf commit ef1aa74

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Accessible from any device via a browser, it makes coding, electronics, and AI h
1010
![Scratch for Arduion UNO Q](./doc/blink.png)
1111

1212
<img src="./doc/blink.gif" alt="Blink matrix" width="300"/>
13+
1314
## Installation
1415

1516
- Open the Arduino App lab and connect to your UNO Q board.
@@ -24,6 +25,17 @@ curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/inst
2425

2526
NOTE: the `https` is needed by the `getUserMedia()` method for security reason.
2627

28+
## Screenshots
29+
30+
Add the extensions for Arduino UNO Q.
31+
![Scratch UNO Q extensions](./doc/extensions.png)
32+
33+
Use the matrix block to control the LED matrix.
34+
![Scratch Matrix](./doc/matrix.png)
35+
36+
Use the Modulino blocks to control the Modulino.
37+
![Scratch Modulino](./doc/modulino.png)
38+
2739
## Local development
2840

2941
- `task scratch:init`

0 commit comments

Comments
 (0)