Xinyuan-LilyGO / LilyGo-AMOLED-Series

LilyGo AMOLED Series
MIT License
88 stars 14 forks source link

Home Button Callback no longer works after updating to v1.0.4 #15

Closed dingrgh closed 3 months ago

dingrgh commented 3 months ago

Device: LilyGo AMOLED T-Display S3 Touch (1.91-in screen)

After updating to v1.0.4 from v1.0.1, the amoled.setHomeButtonCallback([](void *ptr) callback no longer works when the Home button is touched.

It compiles without an error. But it just does not work anymore.

lewisxhe commented 3 months ago

It has been fixed in the future. I will release the v1.0.5 version today to fix the previous errors. https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/issues/14

dingrgh commented 3 months ago

Thank you!

I can confirm that v1.0.5 has fixed the problem.