Adafruit
Adafruit 0.56in 4-Digit 7-Segment Display Backpack - Green
· MPN: ADA5603
Add a bright numeric display to your project without giving up a pile of microcontroller pins. This assembled Adafruit LED backpack pairs an ultra-bright gre...
Get notified when back in stock
Add a bright numeric display to your project without giving up a pile of microcontroller pins. This assembled Adafruit LED backpack pairs an ultra-bright green 4-digit, 0.56 inch seven-segment display with a driver board that handles the multiplexing for you.
The onboard driver chip includes its own clock, constant-current LED drivers and 1/16 step dimming, all controlled over a simple I2C interface. Address-selection jumpers let you put multiple displays on the same I2C bus, making it practical to build larger readouts or combine this display with other I2C parts.
This revision keeps the same size and pinout as the earlier board, and adds two STEMMA QT connectors on either side. These are compatible with SparkFun Qwiic I2C connectors, so you can make solderless connections to a development board or chain it with other compatible sensors and accessories.
The kit includes a fully tested and assembled LED backpack with a pre-soldered ultra-bright 4-digit 0.56 inch tall green seven-segment display, plus a 4-pin header. Adafruit also provides a detailed tutorial and library to help you get numbers displaying quickly.
Features:
- Assembled display: Fully tested LED backpack with pre-soldered ultra-bright green 4-digit 0.56 inch seven-segment display.
- Included header: 4-pin header included.
- Driver chip: Handles display multiplexing for you.
- Built-in clock: Multiplexes the display using the onboard clock.
- Constant-current drivers: Provides ultra-bright, consistent colour.
- Dimming: 1/16 step display dimming.
- Interface: Simple I2C control.
- Address jumpers: Connect up to eight 7-segment displays on a single I2C bus.
- STEMMA QT: Two STEMMA QT connectors for solderless I2C connections.
- Qwiic compatible: STEMMA QT connectors are compatible with SparkFun Qwiic I2C connectors.
- Chaining: Can be chained with a wide range of other sensors and accessories using a compatible cable.
- Software support: Adafruit library and tutorial available for wiring, soldering and control.
Specifications:
- I2C 7-bit address: between 0x70-0x77, selectable with jumpers
- Backpack Dimensions: 50.0mm x 26.7mm x 6.0mm / 2.0" x 1.1" x 0.2"
- 7-Segment Display Dimensions: 19mm x 50mm x 14mm / 0.75" x 2" x 0.56"
- Overall Weight: 14.5g
- Design files and documentation: Datasheets, schematic, EagleCAD PCB files, and Fritzing available in the product tutorial
A handy display module for clocks, counters, timers, sensor readouts and any project that needs a compact numeric display over I2C.
Jargon buster
Plain-language definitions for the technical terms used above.
- 5G
- 5G is the fifth-generation mobile network standard, offering higher-speed, lower-latency wireless data than earlier 4G/LTE networks. 5G modems can move large amounts of data over cellular networks but may draw significant current and need a suitable aerial and reliable power.
- Address jumpers
- Address jumpers are small solder pads, links or switches used to change a device's address on a shared bus such as I2C. They matter when you want to connect several identical devices to the same controller, since each one needs a unique address to avoid conflicts.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- Seven-segment display
- A common numeric display made from seven LED bars arranged to form digits. It is good for numbers but limited for letters, so comparing it with a fourteen-segment display helps you judge what kind of text the product can show.
- STEMMA
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
Find this product in
Brands
Supplier page — adafruit.com
Supplier Description · 1.8 MB · Click any page to view full size
Source Code
Open-source libraries, firmware & example projects for this product
Adafruit LED Backpack Library for our various LED backpacks.
c4ec132
over 2 years ago
· 156 commits
- .github Update CI action versions about 3 years ago
- examples Changed animation over 2 years ago
- .gitignore Github Actions CI and Doxygen first pass about 6 years ago
- Adafruit_LEDBackpack.cpp Rename to setDisplayState over 2 years ago
- Adafruit_LEDBackpack.h doc string fix over 2 years ago
- library.properties Update library.properties - bump version to 1.5.1 over 2 years ago
- license.txt Make license.txt consistent with README license (MIT). about 12 years ago
- README.md Added ASCII for the 14 digit alphanumeric display over 2 years ago
Related Tutorials
Free guides on learn.littlebird.com.au