TM1651 Battery Level With Border Display: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoTM1651BatteryLevel.png == Summary == Battery level display using the TM1651 LED driver. Supports brightness control, border display, and single/multi-bar modes. == Description == The TM1651 Battery Level Display provides a visual representation of battery charge level using a segmented LED bar. It supports optional border display, brightness adjustment, and can show a bar even when the value is zero. The display can operate in single-bar or mult..."
 
(No difference)

Latest revision as of 09:31, 4 September 2025

File:TArduinoTM1651BatteryLevel.png

Summary

Battery level display using the TM1651 LED driver. Supports brightness control, border display, and single/multi-bar modes.

Description

The TM1651 Battery Level Display provides a visual representation of battery charge level using a segmented LED bar. It supports optional border display, brightness adjustment, and can show a bar even when the value is zero. The display can operate in single-bar or multi-bar mode, with an initial value configurable at startup.

Diagram:

Categories

Properties

  • Border – Boolean option to show a border around the battery display.
  • Brightness – LED brightness adjustment.
  • Enabled – Enables or disables the display.
  • Initial Value – Default battery level at startup.
  • Show Bar When Zero – Boolean option to show a bar even at zero level.
  • Single Bar – Boolean option to display a single bar instead of multiple bars.

Pins

Input Pins

  • In (analog) – Analog input representing battery level.

Output Pins

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