TM1637 7 Segment Display 6 Digits Module

From Visuino
Revision as of 09:51, 4 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoTM1637Display6Digits.png == Summary == 6-digit 7-segment display module using the TM1637 driver. Supports numeric, analog, and text display across digits with configurable brightness and optional reversed digit order. == Description == The TM1637 7-Segment Display Module allows control of six 7-segment digits via a two-wire interface. Each digit can be configured for integer, analog, or text display. The module supports adjustable brightness,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoTM1637Display6Digits.png

Summary

6-digit 7-segment display module using the TM1637 driver. Supports numeric, analog, and text display across digits with configurable brightness and optional reversed digit order.

Description

The TM1637 7-Segment Display Module allows control of six 7-segment digits via a two-wire interface. Each digit can be configured for integer, analog, or text display. The module supports adjustable brightness, can be enabled or disabled, and optionally reverses the digit order for display layout purposes.

Diagram:

Categories

Properties

  • Brightness – Display brightness control.
  • 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.
  • Reversed Digits – Boolean flag to reverse the digit order.

Pins

Output Pins

  • Clock – Digital clock pin for TM1637 communication.
  • Data – Digital data pin for TM1637 communication.