TM1651 Battery Level With Border Display
Jump to navigation
Jump to search
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
- File:TArduinoDisplayCategory.png Category Display – Display components.
- File:TArduinoLEDSCategory.png Category LED – LED control components.
- File:TArduinoI2CCategory.png Category I2C – I2C-compatible LED driver.
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.