Started implementing nixie_display set_digit driver
by Arjun Venkatesh 3 months 1 week
ba7d0f37
Added remainder of the DIGIT_MAP
by Arjun Venkatesh 3 months 1 week
7c3302a3
Started nixie_display driver that abstracts the shift register writes to direct digits on the tubes.
by Arjun Venkatesh 3 months 2 weeks
6eaa066e
Realized I got my tube naming backwards. Updated schematic with correct naming annotations
by Arjun Venkatesh 3 months 2 weeks
10f7b90d
Set SPI periph in mode 1. CPOL = 0 and CPHA = 1 to clock data out on falling edges.
by Arjun Venkatesh 3 months 3 weeks
39dcdc19
Added some wrapper functions for the blanking and polarity pins
by Arjun Venkatesh 3 months 3 weeks
1730ae4f
Driver started
by Arjun Venkatesh 3 months 3 weeks
58ceb04e
Updating SPI data size to 8bit
by Arjun Venkatesh 3 months 3 weeks
6fe5ab10
Adding clang format
by Arjun Venkatesh 3 months 3 weeks
de54d8ac
updated hv5622 driver to use SPI and GPIO periphs
by Arjun Venkatesh 4 months 4 days
786730b5
Report a bug