Skip to content

Add full seven segment display driver

Byron Lathi requested to merge hex_driver into master

This increases the number of registers to 4: 3 for each pair of digits and 1 for a mask. Writing to the three value registers causes the hex value to show up on the display, while writing the mask determines whether the display should be on or not.

Merge request reports