Thanks @felmue,
I'll continue to play around with the demo to get a better grasp of it.
If anyone has another (ideally PlatformIO-based) demo to propose I will have a look at it.
Thanks again,
Ben
Thanks @felmue,
I'll continue to play around with the demo to get a better grasp of it.
If anyone has another (ideally PlatformIO-based) demo to propose I will have a look at it.
Thanks again,
Ben
Hello everyone,
I am enjoying using my M5StickC Plus 2 since I found the User Demo (https://github.com/m5stack/M5StickCPlus2-UserDemo) and started modifying it for my needs.
Everything works flawlessly but I don't understand how the device is turned off.
I think the function
void TEST::power_off()
in test.cpp does the magic (it no longer works when I comment it out along with its declaration in test.h) but I don't see it being called.
Sorry for the rookie question. I tried searching and was unable to find anything useful so far.
Thanks a lot,
Ben