You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
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
The text was updated successfully, but these errors were encountered: