Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failed #11

Closed
udik-chudik opened this issue Aug 28, 2024 · 0 comments
Closed

Build failed #11

udik-chudik opened this issue Aug 28, 2024 · 0 comments

Comments

@udik-chudik
Copy link

udik-chudik commented Aug 28, 2024

Hello guys!
I am new with Esp32. Recently bought waveshare ESP32-S3-Touch-LCD-1.69 board (target lolin_s3_mini_1_69). But when trying to compile latest release (VS Code + PlatformIO) I got an error:

Building in release mode
Compiling .pio/build/lolin_s3_mini_1_69/lib9dd/LovyanGFX/lgfx/Fonts/IPA/lgfx_font_japan.c.o
sh: 1: Syntax error: "(" unexpected
*** [.pio/build/lolin_s3_mini_1_69/lib9dd/LovyanGFX/lgfx/Fonts/IPA/lgfx_font_japan.c.o] Error 2
Compiling .pio/build/lolin_s3_mini_1_69/lib9dd/LovyanGFX/lgfx/Fonts/efont/lgfx_efont_cn.c.o
sh: 1: Syntax error: "(" unexpected
*** [.pio/build/lolin_s3_mini_1_69/lib9dd/LovyanGFX/lgfx/Fonts/efont/lgfx_efont_cn.c.o] Error 2

Looks like there is an error in LovyanGFX library, but I am not sure. Any suggestions how to fix that?

UPDATE

Found solution: line 161 in platformio.ini:
Change -D LV_MEM_SIZE=(120U*1024U) to -D LV_MEM_SIZE=120U*1024U

fbiego added a commit that referenced this issue Aug 28, 2024
- add tones for buzzer
- add rtc 8563 for Elecrow C3
- fix #11 compile error
- add face selector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant