mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
Update README.md
This commit is contained in:
parent
406c42e555
commit
49a1159f2e
@ -126,6 +126,30 @@ C6
|
||||
ENDCHAR
|
||||
```
|
||||
|
||||
Fonts that take bounding box (BBX) into consideration are as follows.
|
||||
```
|
||||
STARTCHAR d
|
||||
ENCODING 100
|
||||
SWIDTH 574 0
|
||||
DWIDTH 10 0
|
||||
BBX 9 12 0 0
|
||||
BITMAP
|
||||
07
|
||||
03
|
||||
03
|
||||
03
|
||||
1F
|
||||
33
|
||||
63
|
||||
63
|
||||
63
|
||||
63
|
||||
33
|
||||
1D8
|
||||
ENDCHAR
|
||||
```
|
||||
|
||||
|
||||
This image takes into account the bounding box (BBX) of each character.
|
||||
```
|
||||
________,________,________,
|
||||
|
Loading…
Reference in New Issue
Block a user