Skip to content

Commit 6e1474a

Browse files
authored
Merge pull request #67 from FoamyGuy/rpi_example_comment
add notes about rpi examples
2 parents 0bc0e2d + f87735a commit 6e1474a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/dotstar_image_paint.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
#!/usr/bin/python3
55

6+
# This example runs on SBC devices like Raspberry Pi.
7+
# It cannot run on microcontrollers.
8+
69
# Light-painting example for Adafruit DotStar RGB LED strip.
710
# Loads image, displays column-at-a-time on LEDs at a reasonable
811
# speed for long exposure photography.

examples/dotstar_image_pov.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
#!/usr/bin/python3
55

6+
# This example runs on SBC devices like Raspberry Pi.
7+
# It cannot run on microcontrollers.
8+
69
# Persistence-of-vision (POV) example for Adafruit DotStar RGB LED strip.
710
# Loads image, displays column-at-a-time on LEDs at very high speed,
811
# suitable for naked-eye illusions.

0 commit comments

Comments
 (0)