about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--7f.pgm7
-rw-r--r--c0.pgm7
-rw-r--r--img.mu5
-rw-r--r--white.pgm7
4 files changed, 3 insertions, 23 deletions
diff --git a/7f.pgm b/7f.pgm
deleted file mode 100644
index 34bc9d70..00000000
--- a/7f.pgm
+++ /dev/null
@@ -1,7 +0,0 @@
-P2
-4 4
-255
-127 127 127 127
-127 127 127 127
-127 127 127 127
-127 127 127 127
diff --git a/c0.pgm b/c0.pgm
deleted file mode 100644
index 6df908d7..00000000
--- a/c0.pgm
+++ /dev/null
@@ -1,7 +0,0 @@
-P2
-4 4
-255
-192 192 192 192
-192 192 192 192
-192 192 192 192
-192 192 192 192
diff --git a/img.mu b/img.mu
index 0f8d4b6c..08ea6a10 100644
--- a/img.mu
+++ b/img.mu
@@ -27,8 +27,9 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
   var img-storage: image
   var img/esi: (addr image) <- address img-storage
   load-image img, data-disk
-  render-image screen, img, 0/x, 0/y, 0x400/width, 0x400/height
-#?   render-image screen, img, 0x120/x, 0x180/y, 0x12c/width=300, 0xc8/height=200
+#?   render-image screen, img, 0/x, 0/y, 0x400/width, 0x400/height
+  render-image screen, img, 0x20/x, 0x180/y, 0x12c/width=300, 0xc8/height=200
+  render-pgm-image screen, img, 0x220/x, 0x180/y, 0x12c/width=300, 0xc8/height=200
 #?   render-image screen, img, 0x320/x, 0x280/y, 0x60/width=96, 0x1c/height=28
 
 #?   render-pgm-image screen, img, 0x1c0/x, 0x100/y, 0x12c/width=300, 0xc8/height=200
diff --git a/white.pgm b/white.pgm
deleted file mode 100644
index 95415e56..00000000
--- a/white.pgm
+++ /dev/null
@@ -1,7 +0,0 @@
-P2
-4 4
-255
-255 255 255 255
-255 255 255 255
-255 255 255 255
-255 255 255 255
8a876c51b86b46578c4cf409605a6c3'>^
5d9c7ffd ^


9b55f2de ^
a4cadf78 ^
1b0ce852 ^
a2726b6a ^
fcfdc175 ^

0e1bccda ^
1b0ce852 ^
5d9c7ffd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48