Xinyuan-LilyGO/LilyGo-AMOLED-Series

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

vpsmedeiros opened this issue · 2 comments

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.

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

It works. Thank you very much.