Skip to content

Commit

Permalink
Merge pull request #532 from koron/font-renewal
Browse files Browse the repository at this point in the history
font renewal
  • Loading branch information
koron authored Mar 26, 2024
2 parents 6f3ca3e + 69063de commit c64b273
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 259 deletions.
199 changes: 99 additions & 100 deletions qmk_firmware/keyboards/keyball/lib/logofont/font.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Special character patterns

## blank

Expand All @@ -10,166 +11,184 @@
00000000
```

## vertical label separator
## blank indicator

```
00000000
00000000
10101010
00010000
00010000
00010000
00000000
00000000
00000000
```

## right half 'R'
## vertical label separator

```
00000000
00000000
01111111
00001001
01110110
01010101
00000000
00000000
00000000
```

## right half 'C'
## "ON" in 2 chars with light background

```
00000000
00000000
00111110
01100011
01011101
01011101
01100011
01111111
01000001
01111011
01110111
01000001
00111110
00000000
```

### dot for blank indicator
## "OFF" in 2 chars

```
00000000
00010000
00010000
00010000
00011100
00100010
00100010
00011100
00000000
00111110
00001010
00000000
00111110
00001010
00000000
```

## "KC" in 2 chars, indicate "keycode"
## "aye" in 2 chars for "Layer"

```
00110010
00101010
00111100
00000000
00100110
00101000
00011110
00000000
00011100
00101010
00101100
00000000
```

## right half 'R'

```
00000000
01111111
00001000
01110111
00000000
00111110
01000001
01000001
00111111
00001001
00110110
00000000
```

## "CPI" in 2 chars
## right half 'C'

```
00111110
01000001
01000001
00000000
01111111
00001001
00000110
00000000
01000001
01111111
01000001
00011110
00100001
00100001
00000000
```

## "SCR" in 2 chars
## "KC" in 2 chars, indicate "keycode"

```
01000110
01001001
00110001
00000000
00111110
01000001
01000001
00000000
01111111
00001001
01110110
00000000
00000000
00111111
00001000
00110111
00000000
00011110
00100001
00100001
00000000
```

## "DIV" in 2 chars
## "CPI" in 2 chars

```
01111111
01000001
00111110
00011110
00100001
00100001
00000000
01000001
01111111
01000001
00111111
00001001
00000110
00000000
00011111
01100000
00011111
00100001
00111111
00100001
00000000
```

## "ON" in 2 chars with light background
## "SCR" in 2 chars

```
00111110
01100011
01011101
01011101
01100011
01111111
01000001
01111011
01110111
01000001
00111110
00100010
00100101
00011001
00000000
00011110
00100001
00100001
00000000
00111111
00001001
00110110
00000000
```

## "OFF" in 2 chars
## "DIV" in 2 chars

```
00111111
00100001
00011110
00000000
00011100
00100010
00100010
00011100
00000000
00111110
00001010
00100001
00111111
00100001
00000000
00111110
00001010
00001111
00110000
00001111
00000000
```

## "AML" in 2 chars

```
01111110
00111110
00001001
01111110
00111110
00000000
01111111
00111111
00000110
01111111
00111111
00000000
01111111
01000000
01000000
00111111
00100000
00100000
00000000
```

Expand All @@ -191,23 +210,3 @@
00000000
00000000
```

## "aye" in 2 chars for "Layer"

(not use)

```
01100100
01010100
01111000
00000000
01001100
01010000
00111100
00000000
00111000
01010100
01011000
00000000
```

Loading

0 comments on commit c64b273

Please sign in to comment.