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
18554ecdba
commit
138b3a6bed
@ -20,7 +20,9 @@ You can find Monospaced fonts [here](https://en.wikipedia.org/wiki/List_of_monos
|
||||
load_font("/fonts/consola.ttf");
|
||||
|
||||
- Specify the display position and threshold.
|
||||
The lower the threshold, the thicker the text.
|
||||
The converted bitmap is monochrome data with gradations from 0 to 255.
|
||||
The lower the value, the lighter the black, and the higher the value, the darker the black.
|
||||
The lower the threshold, the thicker the text.
|
||||
The larger the threshold, the thinner the text.
|
||||
render_text(&dev, 0, 16, 128, "FreeType");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user