Xinyuan-LilyGO / LilyGo-AMOLED-Series

LilyGo AMOLED Series
MIT License
88 stars 14 forks source link

AMOLED Touch display home button not working in v1.0.4. #14

Closed vpsmedeiros closed 3 months ago

vpsmedeiros commented 3 months ago

The home button on the AMOLED Touch display was working fine on v1.0.2, but after the v1.0.4 release it no longer works.

I loaded up the factory example program to verify it wasn't an error in my own program. It seems the amoled.setHomeButtonCallback() function itself is not working.

lewisxhe commented 3 months ago

Thanks for the feedback. Recently, changes were made to the dependent libraries, which caused the failure. It has now been fixed.

vpsmedeiros commented 3 months ago

It works. Thank you very much.