Adafruit Library
Classes | Macros
WipperSnapper_I2C_Driver_Out_7Seg.h File Reference
#include "WipperSnapper_I2C_Driver_Out.h"
#include <Adafruit_LEDBackpack.h>
#include <Arduino.h>

Go to the source code of this file.

Classes

class  WipperSnapper_I2C_Driver_Out_7Seg
 Class that provides a driver interface for 7-Segment Displays w/I2C Backpack. More...
 

Macros

#define LED_BACKPACK_ALIGNMENT_UNSPECIFIED   0
 Unspecified alignment.
 
#define LED_BACKPACK_ALIGNMENT_LEFT   1
 Left alignment.
 
#define LED_BACKPACK_ALIGNMENT_RIGHT   2
 Right alignment.
 
#define LED_BACKPACK_ALIGNMENT_DEFAULT   LED_BACKPACK_ALIGNMENT_LEFT
 Default alignment.
 
#define LED_MAX_CHARS   5
 Maximum characters for 7-segment display, including ':'.
 
#define LED_BACKPACK_DEGREE_SYMBOL   0b01100011
 Degree symbol for 7-segment display.
 

Detailed Description

Device driver designed specifically to work with the Adafruit LED 7-Segment I2C backpacks: -—> http://www.adafruit.com/products/881 -—> http://www.adafruit.com/products/880 -—> http://www.adafruit.com/products/879 -—> http://www.adafruit.com/products/878

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Copyright (c) Brent Rubell for Adafruit Industries 2025

MIT license, all text here must be included in any redistribution.