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
73dad816d1
commit
7be2a64c37
@ -115,7 +115,7 @@ FONTBOUNDINGBOX 21 26 -3 -6
|
|||||||
|
|
||||||
Each character has a character-specific bounding box (BBX).
|
Each character has a character-specific bounding box (BBX).
|
||||||
This BBX value indicates that there should be a 1 pixel margin to the left of this character.
|
This BBX value indicates that there should be a 1 pixel margin to the left of this character.
|
||||||
By providing a character-specific bounding box (BBX), this can omit the leftmost blank space.
|
By providing a character-specific bounding box (BBX), this can omit the leftmost whitespace.
|
||||||
```
|
```
|
||||||
STARTCHAR d
|
STARTCHAR d
|
||||||
ENCODING 100
|
ENCODING 100
|
||||||
@ -139,7 +139,7 @@ ENDCHAR
|
|||||||
```
|
```
|
||||||
|
|
||||||
Fonts that take character-specific bounding box (BBX) into consideration change as follows.
|
Fonts that take character-specific bounding box (BBX) into consideration change as follows.
|
||||||
This creates a 1 pixel blank space on the left edge.
|
This creates a 1 pixel whitespace on the left edge.
|
||||||
```
|
```
|
||||||
STARTCHAR d
|
STARTCHAR d
|
||||||
ENCODING 100
|
ENCODING 100
|
||||||
|
Loading…
Reference in New Issue
Block a user