lovyan03
lovyan03
@belm0 If you want to output a triangular wave, do the following ``` blk[i] = abs((count % 50) - 25) * 10; ``` 
https://user-images.githubusercontent.com/42724151/172001054-d6bef236-f3c9-4ebf-b17e-f5cee5adabd6.mp4 I am unable to reproduce the phenomenon. I have no idea what the cause is. As far as I have tested it with my GRAY and Core2, it seems...
I am glad your problem was resolved. I apologize for the inconvenience caused by the lack of documentation. I will add a description in the comments.
Hello @yihua-wang . M5Unified itself does not have the ability to handle SD cards, so I am not familiar with the situation. Please present a program that can reproduce the...
@kotobuki Thank you for your report. I have tried using the source code you provided and it works without any problems. However, regardless of M5Unified, SmartConfig itself sometimes does not...
@kotobuki I’m sorry... I have no idea what is going on in your environment... I have run the library with the version you provided, but I cannot reproduce the problem...
@kotobuki I have been informed that when the M5GO bottom is installed, the state of GPIO15 affects the WiFi behavior. Please add the following line and test with FIRE before...
@kotobuki Thanks for your help in validating this! I will add the relevant code in the init function of M5Unified shortly. I believe this will be reflected in the next...
@robcloot The following functions are available ``` M5.Power.Axp192.setLDO3(3300); ``` The argument is in millivolts. it can be set in increments of 100, with a maximum of 3300. If there is...
@robcloot I apologize that the API documentation has not been prepared. Because M5Unified is a latecomer, almost all API information available on the web is from conventional (M5Stack.h, M5Core2.h, etc.)...