Skip to content

Commit

Permalink
Merge pull request #67 from FoamyGuy/rpi_example_comment
Browse files Browse the repository at this point in the history
add notes about rpi examples
  • Loading branch information
FoamyGuy authored Nov 20, 2024
2 parents 0bc0e2d + f87735a commit 6e1474a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/dotstar_image_paint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions examples/dotstar_image_pov.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6e1474a

Please sign in to comment.