Close

Testing the Nixie Tube library

A project log for Nixie 'Display of Things'

Use a combination of six Nixie tubes with a 16x2 LCD display and Pi2 with Adafruit Proto-Perma HAT to display information.

jon-davies-woodyJon Davies "Woody" 05/28/2015 at 19:240 Comments

I've been busy coding a Nixie Tube library, which is the first of [what I think will be] three libraries in total, along with the main program that will orchestrate everything. The other two libraries will be Nixie Driver and Nixie Display. These will work together to model the physical objects in code.

This initial test demonstrates that PWM is working correctly on the red LED, and BCD counting 0 to 9 is working correctly on the green LEDs.

Discussions