aboutsummaryrefslogtreecommitdiffstats
path: root/font
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-04-12 21:51:21 +0200
committerBad Diode <bd@badd10de.dev>2021-04-12 21:51:21 +0200
commitc501853908a6402e6ca5c0d944e10ec6d096e766 (patch)
tree182dc874bbe7ec39d0c174fcb5a57ffcb0b374e6 /font
parentde4d61a3a79bdb4712d880a37fa8353be46ba4a7 (diff)
downloadbd-font-c501853908a6402e6ca5c0d944e10ec6d096e766.tar.gz
bd-font-c501853908a6402e6ca5c0d944e10ec6d096e766.zip
Update dither patterns to tile with one another
Diffstat (limited to 'font')
-rw-r--r--font/bd-font-8x8.c6
-rw-r--r--font/bd-font-8x8.chrbin2048 -> 2048 bytes
-rw-r--r--font/bd-font-8x8_128x128.bmpbin49206 -> 49206 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/font/bd-font-8x8.c b/font/bd-font-8x8.c
index 9d613c7..e18afe1 100644
--- a/font/bd-font-8x8.c
+++ b/font/bd-font-8x8.c
@@ -175,9 +175,9 @@ u8 font[][8] = {
175 {0x10, 0x00, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00}, 175 {0x10, 0x00, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00},
176 {0x00, 0x12, 0x24, 0x48, 0x24, 0x12, 0x00, 0x00}, 176 {0x00, 0x12, 0x24, 0x48, 0x24, 0x12, 0x00, 0x00},
177 {0x00, 0x48, 0x24, 0x12, 0x24, 0x48, 0x00, 0x00}, 177 {0x00, 0x48, 0x24, 0x12, 0x24, 0x48, 0x00, 0x00},
178 {0x00, 0x49, 0x00, 0x92, 0x00, 0x49, 0x00, 0x92}, 178 {0x22, 0x00, 0x88, 0x00, 0x22, 0x00, 0x88, 0x00},
179 {0x92, 0x49, 0x24, 0x92, 0x49, 0x24, 0x92, 0x49}, 179 {0xaa, 0x11, 0xaa, 0x45, 0xaa, 0x11, 0xaa, 0x45},
180 {0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa}, 180 {0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55},
181 {0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10}, 181 {0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10},
182 {0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x10}, 182 {0x10, 0x10, 0x10, 0xf0, 0x10, 0x10, 0x10, 0x10},
183 {0x10, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x10}, 183 {0x10, 0x10, 0xf0, 0x10, 0xf0, 0x10, 0x10, 0x10},
diff --git a/font/bd-font-8x8.chr b/font/bd-font-8x8.chr
index 1cf174c..2219f63 100644
--- a/font/bd-font-8x8.chr
+++ b/font/bd-font-8x8.chr
Binary files differ
diff --git a/font/bd-font-8x8_128x128.bmp b/font/bd-font-8x8_128x128.bmp
index e846618..2752285 100644
--- a/font/bd-font-8x8_128x128.bmp
+++ b/font/bd-font-8x8_128x128.bmp
Binary files differ