SparkFun Qwiic Alphanumeric Display - Green

We are quite familiar with seven-segment displays. We see them on our alarm clocks, ovens, and microwaves. By adding more segments to each digit you can display more than just numbers! Introducing the brand new SparkFun Qwiic Alphanumeric Display. These green fourteen-segment digits allow you to display all sorts of numbers, characters, and symbols. With Qwiic, simply plug it in and go. No soldering, no figuring out which is SDA or SCL, and no voltage regulation or translation required!

The SparkFun Alphanumeric Display Arduino library makes printing strings to the display as easy as calling the print() function. With this library, you'll be able to send I2C commands to the VK16K33 LED driver chip to light up segments (including the decimal point or colon) and even scroll your string across the display. You can download the library through the Arduino library manager by searching 'SparkFun Alphanumeric Display' or you can get the GitHub repo as a .zip file and install the library from there.

The VK16K33 also supports I2C address configuration. Simply close a combination of the address jumpers on the back and you can communicate with up to four displays on the same bus. Our slim board design also features detachable standoff holes, vertical Qwiic connectors, and internal mounting holes.


The SparkFun Qwiic Connect System is an ecosystem of I2C sensors, actuators, shields and cables that make prototyping faster and less prone to error. All Qwiic-enabled boards use a common 1mm pitch, 4-pin JST connector. This reduces the amount of required PCB space, and polarized connections mean you can’t hook it up wrong.


  • Green display
  • Operating Voltage: 3.3V
  • Integrated RC oscillator
  • Maximum display segment numbers: 128 patterns
  • 13×3 matrix key scan circuit
  • 16-step dimming circuit
  • I2C Addresses: 0x70 (0x71, 0x72, 0x73)
  • 2x Qwiic connectors
  • 2x Wall Mounting Points

SparkFun Qwiic Alphanumeric Display - Green Product Help and Resources

SparkFun Qwiic Alphanumeric Display Hookup Guide

October 21, 2021

A Hookup Guide to get you started with the Qwiic Alphanumeric Display.

Core Skill: Programming

If a board needs code or communicates somehow, you're going to need to know how to program or interface with it. The programming skill is all about communication and code.

2 Programming

Skill Level: Rookie - You will need a better fundamental understand of what code is, and how it works. You will be using beginner-level software and development tools like Arduino. You will be dealing directly with code, but numerous examples and libraries are available. Sensors or shields will communicate with serial or TTL.
See all skill levels


Core Skill: Electrical Prototyping

If it requires power, you need to know how much, what all the pins do, and how to hook it up. You may need to reference datasheets, schematics, and know the ins and outs of electronics.

2 Electrical Prototyping

Skill Level: Rookie - You may be required to know a bit more about the component, such as orientation, or how to hook it up, in addition to power requirements. You will need to understand polarized components.
See all skill levels


Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • xsk8rat / about 3 years ago / 2

    Loved these as a SparkX!!! Awesome that they are going mainstream - but have they sold out their fans for the big time? Time will tell.

  • North Alabama PC / about 3 years ago / 1

    Hey, WAR GAMES display! cool WAR-GAMES

Customer Reviews

4.3 out of 5

Based on 3 ratings:

Currently viewing all customer reviews.

having problems with Alphanumeric Display

Trying Example_01_PrintString.uno included Wire.h included SparkFun_Alphanumeric_Display.h

Get error: 'display' was not declared in this scope

If you would like to post on the forums we can try and figure out what the deal is with your code: https://forum.sparkfun.com/

Nice display

Easy to use and setup. I would like to see a single and two digit module. But there needs to a better placement to solder header pins if I don't want to use the Qwiic connector. EDITED - This modules appears to be problematic with more than one on the bus. And the fact you have to cut the board to remove the pull up resistors...I change to 2 stars.

Worked great.

I bought two of those, hooked up over I2C to a Raspberry Pico , updated the library a bit and it worked fine.