aboutsummaryrefslogtreecommitdiff
path: root/src/images/bytefield/mtimecmp.edn
diff options
context:
space:
mode:
Diffstat (limited to 'src/images/bytefield/mtimecmp.edn')
-rw-r--r--src/images/bytefield/mtimecmp.edn13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/images/bytefield/mtimecmp.edn b/src/images/bytefield/mtimecmp.edn
new file mode 100644
index 0000000..89773ad
--- /dev/null
+++ b/src/images/bytefield/mtimecmp.edn
@@ -0,0 +1,13 @@
+[bytefield]
+----
+(defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 24}])
+(def row-height 40 )
+(def row-header-fn nil)
+(def left-margin 200)
+(def right-margin 200)
+(def boxes-per-row 32)
+(draw-column-headers {:height 26 :font-size 24 :labels (reverse ["0" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "63"])})
+
+(draw-box "mtimecmp" {:span 32})
+(draw-box "64" {:font-size 24 :span 32 :borders {}})
+----