about summary refs log tree commit diff stats
path: root/display.mu
diff options
context:
space:
mode:
Diffstat (limited to 'display.mu')
-rw-r--r--display.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.mu b/display.mu
index dc083789..43f29f1f 100644
--- a/display.mu
+++ b/display.mu
@@ -2,7 +2,7 @@
 
 recipe main [
   switch-to-display
-  print-character-to-display 97:literal, 2:literal/red
+  print-character-to-display 97:literal, 1:literal/red
   1:number/raw, 2:number/raw <- cursor-position-on-display
   wait-for-key-from-keyboard
   clear-display