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

Cheap Yellow Display "Sketch too Big" ? #58

Open
RafaDom opened this issue Jan 3, 2025 · 2 comments
Open

Cheap Yellow Display "Sketch too Big" ? #58

RafaDom opened this issue Jan 3, 2025 · 2 comments

Comments

@RafaDom
Copy link

RafaDom commented Jan 3, 2025

Hi, I followed all the steps and got galagino going on a CYD 👍 ... but, not until I commented out 1942 game in config.h (// #define ENABLE_1942 - line 10)
Otherwise, when compiling I get: "Sketch too big; ..... Sketch uses 1335229 bytes (101%) of program storage space. Maximum is 1310720 bytes."
Am I the only one getting this? Thanks - Fantastic work btw.

@ReinerZ
Copy link

ReinerZ commented Jan 7, 2025

try it with the board type LOLIN D32 ...

@harbaum
Copy link
Owner

harbaum commented Jan 8, 2025

This may actually happen if the esp32 tool chain gets updated and e.g. a library is now slightly bigger. There are several possibilities to deal with this:

a) disable a game like you did
b) try older tool chains (select older esp32 support in the board manager)
c) Change the "partition scheme" in the Tools menu to increase the flash space for the app

The later is probably the most useful solution. Please report if that helps, so I can add that to the readme

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

3 participants