Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Oct 28, 2018
1 parent 3ffd73f commit 812f52e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ The file "u8g2.h" is located in "/libraries/U8g2_Arduino/src/clib" inside your d
sketch folder.

Q: U8g2 requires a lot of memory. How to reduce this?
- Limit the font size. If possible avoid "f" fonts, instead use "r" fonts
- Visit https://github.com/olikraus/u8g2/wiki/u8g2optimization
- Disable U8g2 features if possible (see u8g2.h)
- Limit the font size. If possible avoid "f" fonts, instead use "r" or "n" fonts
- If the I2C interface is not required, then uncomment #define U8X8_HAVE_HW_I2C in U8x8lib.h
(Background: Due to a problem in Wire.h, the I2C Arduino lib is always included)

Expand Down

0 comments on commit 812f52e

Please sign in to comment.