diff options
author | jaseg <git@jaseg.de> | 2023-12-23 16:14:44 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-12-23 16:15:17 +0100 |
commit | 6033f3c6b9cf824fb837f41b19a3c77b32e5b679 (patch) | |
tree | 614b399bb0c8151d0e12ccc2501c72e62786c680 /planning | |
parent | 1413a0e665da1d1cf1416eeb95e9d4a041e69c32 (diff) | |
download | 8seg-6033f3c6b9cf824fb837f41b19a3c77b32e5b679.tar.gz 8seg-6033f3c6b9cf824fb837f41b19a3c77b32e5b679.tar.bz2 8seg-6033f3c6b9cf824fb837f41b19a3c77b32e5b679.zip |
vis: add some more chars
Diffstat (limited to 'planning')
-rw-r--r-- | planning/8seg_vis.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/planning/8seg_vis.html b/planning/8seg_vis.html index 11f7fcc..8d151ed 100644 --- a/planning/8seg_vis.html +++ b/planning/8seg_vis.html @@ -90,6 +90,21 @@ body { "9": 0x33, "/": 0x0a, "\\": 0x05, + ".": 0x04, + ",": 0x08, + "_": 0x40, + "!": 0x53, + "?": 0x52, + "*": 0x0f, + ":": 0x50, + "(": 0x06, + "<": 0x06, + "[": 0xd0, + ")": 0x09, + ">": 0x09, + "]": 0x70, + "|": 0x20, + "#": 0xff, }; function map_digit(codepoint) { |