Replies: 2 comments
-
The font is to large for your target: You could also add the line
At the beginning of u8g2.h but you may run into other problems. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Xi xi.
Sent with [Proton Mail](https://proton.me/) secure email.
…------- Original Message -------
On Monday, December 19th, 2022 at 11:18 PM, olikraus ***@***.***> wrote:
The font is to large for your target: U8G2_USE_LARGE_FONTS is not defined.
You probably need to use a different font instead.
You could add the line
#define U8G2_USE_LARGE_FONTS
At the beginning of u8g2.h but you may run into other problems.
—
Reply to this email directly, [view it on GitHub](#2056 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A4QFT2NXPOT6GPCAOPOCDXDWOFMS5ANCNFSM6AAAAAATDXZIHU).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Am trying to run Shennong sketch and get this error:
/home/brent/Arduino/libraries/U8g2/src/U8g2lib.h:266: undefined reference to
u8g2_font_wqy14_t_gb2312b' /usr/bin/avr-ld: /home/brent/Arduino/libraries/U8g2/src/U8g2lib.h:266: undefined reference to
u8g2_font_wqy14_t_gb2312b'collect2: error: ld returned 1 exit status
Using library U8g2 at version 2.33.15 in folder: /home/brent/Arduino/libraries/U8g2
Using library SPI at version 1.0 in folder: /usr/share/arduino/hardware/archlinux-arduino/avr/libraries/SPI
Using library Wire at version 1.0 in folder: /usr/share/arduino/hardware/archlinux-arduino/avr/libraries/Wire
exit status 1
Error compiling for board Arduino Mega or Mega 2560.
Have the fonts installed at /home/brent/Arduino/libraries/u8g2_wqy-master Where should it be installed for Arduino to see it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions