beautiful image blocks activity

Generate and show a beautiful image.

Let’s learn how to show an image on the LED screen.

We will use show LEDs to draw an image on the LED screen. This function immediately writes on the screen.

basic.showLeds(`
    # # # # #
    # # . # #
    # . # . #
    # # . # #
    # # # # #
    `)

Excellent, you’re ready to continue with the challenges!