Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add notes about rpi examples #67

Merged
merged 1 commit into from
Nov 20, 2024
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