diff --git a/README.md b/README.md index 648de90..84f009b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Scratch for Arduino UNO Q is an Arduino App that runs Scratch directly on the board to control physical world (e.g., LEDs, buttons, and Arduino Modulino) with optional AI model integration. Accessible from any device via a browser, it makes coding, electronics, and AI hands-on and easy to explore. -![Scratch for Arduion UNO Q](./doc/scratch-unoq.png) +![Scratch for Arduion UNO Q](./doc/blink.png) ## Installation @@ -23,6 +23,17 @@ curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/inst NOTE: the `https` is needed by the `getUserMedia()` method for security reason. +## Screenshots + +Add the extensions for Arduino UNO Q. +![Scratch UNO Q extensions](./doc/extensions.png) + +Use the matrix block to control the LED matrix. +![Scratch Matrix](./doc/matrix.png) + +Uue the Modulino blocks to control the Modulino. +![Scratch Modulino](./doc/modulino.png) + ## Local development - `task scratch:init` diff --git a/doc/blink.png b/doc/blink.png new file mode 100644 index 0000000..17d05be Binary files /dev/null and b/doc/blink.png differ diff --git a/doc/extensions.png b/doc/extensions.png new file mode 100644 index 0000000..f8985b8 Binary files /dev/null and b/doc/extensions.png differ diff --git a/doc/matrix.png b/doc/matrix.png new file mode 100644 index 0000000..2a249a6 Binary files /dev/null and b/doc/matrix.png differ diff --git a/doc/modulino.png b/doc/modulino.png new file mode 100644 index 0000000..4715f6c Binary files /dev/null and b/doc/modulino.png differ diff --git a/doc/scratch-unoq.png b/doc/scratch-unoq.png deleted file mode 100644 index 3b5a619..0000000 Binary files a/doc/scratch-unoq.png and /dev/null differ