aboutsummaryrefslogtreecommitdiffhomepage
path: root/bruijn/Screen.bruijn
diff options
context:
space:
mode:
Diffstat (limited to 'bruijn/Screen.bruijn')
-rw-r--r--bruijn/Screen.bruijn1
1 files changed, 1 insertions, 0 deletions
diff --git a/bruijn/Screen.bruijn b/bruijn/Screen.bruijn
index 465df25..5100aa9 100644
--- a/bruijn/Screen.bruijn
+++ b/bruijn/Screen.bruijn
@@ -75,6 +75,7 @@ map [&[[[[[0 (5 4) (5 3) (5 2) (5 1)]]]]]]
:test (map invert empty) (build w w w w)
+# splits single pixel to quadrant of same color
qsplit map [w? 0 (build w w w w) (build b b b b)]
:test (qsplit (build b w b w)) (build (build b b b b) (build w w w w) (build b b b b) (build w w w w))