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

Dealing with M5stack Core2 V1.1 #518

Closed
MAFTY-XI opened this issue Jan 30, 2024 · 3 comments
Closed

Dealing with M5stack Core2 V1.1 #518

MAFTY-XI opened this issue Jan 30, 2024 · 3 comments
Labels
enhancement New feature or request stale Inactive issues

Comments

@MAFTY-XI
Copy link

Hi lovyan03,

Is your feature request related to a problem? Please describe.
The attached Old Core2 can work with LovyanGFX, but the attached New Core2 (V1.1) might not work. I tested this with the following code. The web specification say the RST pin connection has been changed (Old: AXP_IO4 -> New: AXP_ALDO2).

void setup() {
lcd.init();
canvas.createSprite(100, 100);
canvas.fillScreen(TFT_RED);
canvas.pushSprite(0, 0);
}

Describe the solution you'd like
I would like LovyanGFX to be compatible with Core2 (V1.1).

Describe alternatives you've considered
Is it possible to change pin information (Old:AXP_IO4->New:AXP_ALDO2) ou your library by myself?

Thank You

touch panel.pdf

@MAFTY-XI MAFTY-XI added the enhancement New feature or request label Jan 30, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Inactive issues label Feb 29, 2024
Copy link

github-actions bot commented Mar 7, 2024

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

@github-actions github-actions bot closed this as completed Mar 7, 2024
@MAFTY-XI
Copy link
Author

MAFTY-XI commented Mar 8, 2024

Hi lovyan03,

Sorry for my late responce and thank you for your great help.
I wll try with your updated library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale Inactive issues
Projects
None yet
Development

No branches or pull requests

1 participant