This commit is contained in:
kraus 2023-02-22 20:25:16 +01:00
parent 25dc74ebf9
commit 1bd25a7e65
1 changed files with 5 additions and 0 deletions

View File

@ -314,3 +314,8 @@ display:
u8x8_cad_SendArg( u8g2.getU8x8(), <display-command-arg>);
u8x8_cad_EndTransfer(u8g2.getU8x8());
Q: RAM Overflow error when linking with u8g2
A: With gcc use compiler flags -ffunction-sections -fdata-sections and
linker flag -Wl,--gc-sections.