Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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