Merge pull request #67 from FoamyGuy/rpi_example_comment

add notes about rpi examples
This commit is contained in:
foamyguy 2024-11-20 16:11:18 -06:00 committed by GitHub
commit 6e1474a11d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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.