aboutsummaryrefslogtreecommitdiff
path: root/planning/8seg_vis.html
diff options
context:
space:
mode:
Diffstat (limited to 'planning/8seg_vis.html')
-rw-r--r--planning/8seg_vis.html15
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) {