Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 877 Bytes

beautiful-image.rst

File metadata and controls

46 lines (30 loc) · 877 Bytes

Lesson 1 beautiful image lesson

Display beautiful images on the @boardname@.

Topic

Show LEDs

Quick Links

.. toctree::
   :maxdepth: 4

   ./beautiful-image/activity
   ./beautiful-image/challenges


Prior learning/place of lesson in scheme of work

Learn how to show LEDs, to show an image on the @boardname@'s LED screen. We will be learning how to Show LEDs using simple commands such as Show LEDs and pause.

Documentation

basic.showLeds(`
    . . . . .
    . . . . .
    . . # . .
    . . . . .
    . . . . .
    `)
basic.pause(100)

Objectives

  • learn how to display an image on the @boardname@'s LED screen
  • learn how to pause your code for the specified number of milliseconds