Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-13 | seven_segment: expand to a full alphabet | Ben Gardiner | |
Expand the list of characters that will be recognized by the seven segment decoder to include many display character 'encodings.' Including some punctuation characters and tricky letters like W and V. Signed-off-by: Ben Gardiner <ben.l.gardiner@gmail.com> [ gsi: sort by ASCII codes (keep ignoring letter case) ] | |||
2020-11-22 | seven_segment: add option to display unknown characters | Ben Gardiner | |
option show_unknown=yes will display unknown 7-segment characters as an octothorpe ('#'). Signed-off-by: Ben Gardiner <ben.l.gardiner@gmail.com> | |||
2019-11-06 | seven_segment: Simplify two code snippets. | Uwe Hermann | |
2019-11-06 | seven_segment: Initial commit. | Benedikt Otto | |