Merge branch 'master' of https://github.com/olikraus/u8g2
This commit is contained in:
commit
d1a487e1fb
|
@ -26,5 +26,6 @@ The Arduino library U8g2 can be installed from the library manager of the Arduin
|
|||
* Only fonts allowed with fit into a 8x8 pixel grid.
|
||||
* Writes directly to the display. No buffer in the microcontroller required.
|
||||
|
||||
|
||||
[Setup Guide and Reference Manual](https://github.com/olikraus/u8g2/wiki)
|
||||
|
||||
|
|
|
@ -275,6 +275,9 @@ Q: Are there any video-tutorials for bdfconv?
|
|||
A: This is what I found on youtube: https://www.youtube.com/watch?v=Igkb7ZmO31A
|
||||
The above video uses the -M option (instead of -m) to provide a map file with the unicodes.
|
||||
|
||||
Q: Is there any simple way to create a font with some custom chars?
|
||||
A: This online tool might be useful: http://www.kidsgo.net/u8g2/
|
||||
|
||||
Q: How can I use multiple SPI Displays?
|
||||
A: For each additional display, separate CS (Chip select) is required.
|
||||
There are two options for the RST (Reset) line:
|
||||
|
|
Loading…
Reference in New Issue