This commit is contained in:
kraus 2023-02-20 21:06:36 +01:00
commit d1a487e1fb
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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: