summaryrefslogtreecommitdiff
path: root/pixeloperator.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pixeloperator.lua')
-rw-r--r--pixeloperator.lua99
1 files changed, 99 insertions, 0 deletions
diff --git a/pixeloperator.lua b/pixeloperator.lua
new file mode 100644
index 0000000..ac05362
--- /dev/null
+++ b/pixeloperator.lua
@@ -0,0 +1,99 @@
+local po = {}
+po.height = 8
+po.glyphs = {"\0\0\0",
+"\190",
+"\12\2\12\2",
+"\72\252\72\72\252\72",
+"\72\84\254\84\36",
+"\12\82\44\16\104\148\96",
+"\108\146\146\146\228",
+"\14",
+"\56\68\130",
+"\130\68\56",
+"\20\8\62\8\20",
+"\16\16\124\16\16",
+"\128\64",
+"\16\16\16\16\16",
+"\128",
+"\192\56\6",
+"\124\162\146\138\124",
+"\8\4\254",
+"\132\194\162\146\140",
+"\68\130\146\146\108",
+"\48\40\36\34\254",
+"\78\138\138\138\114",
+"\124\146\146\146\100",
+"\194\34\18\10\6",
+"\108\146\146\146\108",
+"\76\146\146\146\124",
+"\72",
+"\128\72",
+"\16\40\68",
+"\40\40\40\40\40",
+"\68\40\16",
+"\4\2\162\18\12",
+"\124\130\146\170\186\162\28",
+"\252\18\18\18\252",
+"\254\146\146\146\108",
+"\124\130\130\130\68",
+"\254\130\130\130\124",
+"\254\146\146\130\130",
+"\254\18\18\2\2",
+"\124\130\130\146\244",
+"\254\16\16\16\254",
+"\254",
+"\64\128\128\128\126",
+"\254\16\40\68\130",
+"\254\128\128\128\128",
+"\254\8\16\32\16\8\254",
+"\254\8\16\32\254",
+"\124\130\130\130\124",
+"\254\18\18\18\12",
+"\124\130\162\66\188",
+"\254\34\34\98\156",
+"\76\146\146\146\100",
+"\2\2\254\2\2",
+"\126\128\128\128\126",
+"\62\64\128\64\62",
+"\126\128\128\120\128\128\126",
+"\198\40\16\40\198",
+"\6\8\240\8\6",
+"\194\162\146\138\134",
+"\254\130\130",
+"\6\56\192",
+"\130\130\254",
+"\8\4\2\4\8",
+"\128\128\128\128\128",
+"\2\4",
+"\64\168\168\168\240",
+"\254\136\136\136\112",
+"\112\136\136\136\80",
+"\112\136\136\136\254",
+"\112\168\168\168\48",
+"\8\252\10\10\2",
+"\16\168\168\168\120",
+"\254\8\8\8\240",
+"\250",
+"\64\128\128\128\122",
+"\254\32\48\72\128",
+"\254",
+"\248\8\8\48\8\8\240",
+"\248\8\8\8\240",
+"\112\136\136\136\112",
+"\240\40\40\40\16",
+"\16\40\40\40\240",
+"\248\32\16\8\8",
+"\144\168\168\168\64",
+"\8\124\136\136\128",
+"\120\128\128\128\120",
+"\56\64\128\64\56",
+"\120\128\128\64\128\128\120",
+"\136\80\32\80\136",
+"\152\160\160\160\120",
+"\136\200\168\152\136",
+"\16\108\130\130",
+"\254",
+"\130\130\108\16",
+"\4\2\2\4\4\2"}
+
+return po