tlc5947-arduino-clock
A simple example that just scrolls number across 4 Nixie Tubes.
This is a first pass that requires a lot of work. Just got Alex's Library working by hacking it. Examples are not tested at all. The GCLK is still using Pin D3, even though we do not care about it. So I until I get everything working, This still falls under Alex's Copyright. Yup, I emailed him and received permission to publish my mods to his work.
/* Copyright (c) 2009 by Alex Leone <acleone AT gmail.com>
This file is part of the Arduino TLC5940 Library.
The Arduino TLC5940 Library is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The Arduino TLC5940 Library is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with The Arduino TLC5940 Library. If not, see
<http://www.gnu.org/licenses/>. */