lovyan03 / LovyanGFX

SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
Other
1.02k stars 187 forks source link

Dealing with M5stack Core2 V1.1 #518

Closed MAFTY-XI closed 2 months ago

MAFTY-XI commented 3 months ago

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

github-actions[bot] commented 2 months ago

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[bot] commented 2 months ago

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

MAFTY-XI commented 2 months ago

Hi lovyan03,

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