add notes about rpi examples

This commit is contained in:
foamyguy 2024-11-15 14:40:51 -06:00
parent 0bc0e2d359
commit f87735a058
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,9 @@
#!/usr/bin/python3 #!/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. # Light-painting example for Adafruit DotStar RGB LED strip.
# Loads image, displays column-at-a-time on LEDs at a reasonable # Loads image, displays column-at-a-time on LEDs at a reasonable
# speed for long exposure photography. # speed for long exposure photography.

View file

@ -3,6 +3,9 @@
#!/usr/bin/python3 #!/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. # Persistence-of-vision (POV) example for Adafruit DotStar RGB LED strip.
# Loads image, displays column-at-a-time on LEDs at very high speed, # Loads image, displays column-at-a-time on LEDs at very high speed,
# suitable for naked-eye illusions. # suitable for naked-eye illusions.