74HC595 Shift Register 8 Digits 7 Segment Display

From Visuino
Revision as of 10:01, 4 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduino74HC595Display.png == Summary == 8-digit 7-segment display module controlled via 74HC595 shift registers. Supports numeric, analog, and text display with configurable digit and segment logic, refresh, and alignment options. == Description == The 74HC595 Shift Register Display allows control of up to 8 digits using serial-to-parallel shift registers. Each digit can be configured for integer, analog, or text display. The module supports inverted...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduino74HC595Display.png

Summary

8-digit 7-segment display module controlled via 74HC595 shift registers. Supports numeric, analog, and text display with configurable digit and segment logic, refresh, and alignment options.

Description

The 74HC595 Shift Register Display allows control of up to 8 digits using serial-to-parallel shift registers. Each digit can be configured for integer, analog, or text display. The module supports inverted digits and segments, reversed order, right-aligned digits, and a configurable refresh interval for smooth multiplexing.

Diagram:

Categories

Properties

  • Count Digits – Number of digits in the display.
  • Digits – Configurable display elements for each digit:
 * Section 7 Segments  
 * Value Section 7 Segments  
 * Integer Display 7 Segments  
 * Analog Display 7 Segments  
 * Text Display 7 Segments  
  • Enabled – Enables or disables the display.
  • Inverted Digits – Boolean option to invert digit logic.
  • Inverted Segments – Boolean option to invert segment logic.
  • Refresh Interval – Update interval in microseconds (default: 1000).
  • Reversed Digits – Boolean flag to reverse the digit order.
  • Reversed Segments – Boolean flag to reverse segment order.
  • Right Aligned Digits – Boolean option to right-align digits.

Pins

Output Pins

  • *