Color Pixel (NeoPixels)

From Visuino
Revision as of 12:03, 10 June 2022 by Visuino (talk | contribs) (Created page with "Image:TArduinoNeoPixelsColorPixelGroup.png == Summary == {{:Summaries:Summary Color Pixel (NeoPixels)}} == Description == Add this NeoPixels group when you want to set individual pixel color by pixel index. The first pixel in the group has index 0. == Used By == *Repeat Pixel Groups (NeoPixels).PixelGroups - {{:Summaries:Summary Repeat Pixel Groups (NeoPixels).PixelGroups}} *NeoPixels.PixelGroups - {{:Summaries:Summary NeoPixels.PixelGroups}} == Properti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

NeoPixels group allowing setting individual pixel color by pixel index

Description

Add this NeoPixels group when you want to set individual pixel color by pixel index.

The first pixel in the group has index 0.

Used By

Properties

  • InitialIndex - Specifies the initial pixel index when Arduino is powered up
  • InitialColor - Specifies the initial color of the pixels in the group
  • CountPixels - Specifies the number of Neo Pixel LEDs in the group
  • Name - Specifies the name of the element

Pins

  • Index - The Pixel Index Integer Input pin of the element
  • Color - The Color Input pin of the pixels group