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

Unify M5StickC firmware images #123

Closed
gkoh opened this issue Aug 27, 2024 · 0 comments · Fixed by #124
Closed

Unify M5StickC firmware images #123

gkoh opened this issue Aug 27, 2024 · 0 comments · Fixed by #124
Milestone

Comments

@gkoh
Copy link
Owner

gkoh commented Aug 27, 2024

For the M5StickC variants, the primary difference is screen resolution, which is currently compile time defined.
When we migrated to M5Unified, we gained the ability to determine this at runtime.

We should modify the M5ez code to determine the board in ::begin() and set all resolution dependent parameters.
This will remove the need to distinguish between M5StickC hardware variants.

This is also possible for M5Stack Core and Core2, however the flash size is different. For now, I will leave them separate.

@gkoh gkoh linked a pull request Aug 27, 2024 that will close this issue
@gkoh gkoh closed this as completed in #124 Aug 27, 2024
@gkoh gkoh mentioned this issue Aug 27, 2024
@gkoh gkoh added this to the v2.2.0 milestone Sep 16, 2024
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

Successfully merging a pull request may close this issue.

1 participant