Dynamic RGB LED Bar Display: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoLEDDynamicBar.png == Summary == Dynamic RGB LED Bar Display with configurable pixel count. Provides individual pixel color input control, with global analog outputs for red, green, and blue channels. == Description == The Dynamic RGB LED Bar Display is a configurable LED bar component with a default of 8 pixels. Each pixel can be individually addressed through a color input pin, allowing for full RGB control across the bar. The module also pro..." |
(No difference)
|
Latest revision as of 07:20, 4 September 2025
File:TArduinoLEDDynamicBar.png
Summary
Dynamic RGB LED Bar Display with configurable pixel count. Provides individual pixel color input control, with global analog outputs for red, green, and blue channels.
Description
The Dynamic RGB LED Bar Display is a configurable LED bar component with a default of 8 pixels. Each pixel can be individually addressed through a color input pin, allowing for full RGB control across the bar. The module also provides analog outputs for combined red, green, and blue channels, as well as per-pixel digital state outputs. It supports initialization with a default color, optional inverted logic, and a refresh interval setting for update timing.
Diagram:
Properties
- Count Pixels – Number of pixels in the bar (default: 8).
- Enabled – Enables or disables the LED bar.
- Initial Value – Default color value.
- Inverted – Boolean option to invert the color output.
- Refresh Interval – Update interval in microseconds (default: 1000).
Pins
Input Pins
- Pin [0..N] (color) – Color input pins for each pixel (number of pins depends on pixel count).
Output Pins
- Red – Analog output for red channel.
- Green – Analog output for green channel.
- Blue – Analog output for blue channel.
- Pin [0..N] (digital) – Digital state output for each pixel (number of pins depends on pixel count).
Categories
- File:TArduinoLEDSCategory.png Category LED – LED control components.
- File:TArduinoDisplayCategory.png Category Display – Display and visualization modules.