add notes about rpi examples
This commit is contained in:
parent
0bc0e2d359
commit
f87735a058
2 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
#!/usr/bin/python3
|
||||
|
||||
# This example runs on SBC devices like Raspberry Pi.
|
||||
# It cannot run on microcontrollers.
|
||||
|
||||
# Light-painting example for Adafruit DotStar RGB LED strip.
|
||||
# Loads image, displays column-at-a-time on LEDs at a reasonable
|
||||
# speed for long exposure photography.
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
#!/usr/bin/python3
|
||||
|
||||
# This example runs on SBC devices like Raspberry Pi.
|
||||
# It cannot run on microcontrollers.
|
||||
|
||||
# Persistence-of-vision (POV) example for Adafruit DotStar RGB LED strip.
|
||||
# Loads image, displays column-at-a-time on LEDs at very high speed,
|
||||
# suitable for naked-eye illusions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue