Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
No one has replied
P
I've been using this on Core2 for a couple of months now and it is excellent. The main improvement is the LCD graphics library is Lovyan's GFX library, whereas the current M5 library is a quite old version of Badmer's TFT-eSPI.
M
Countermeasure: Turn on the ADC Power of GPIO39.
#include <driver/adc.h> void setup(){ adc_power_acquire(); // ADC Power ON
The countermeasures have been clarified by the investigation and analysis of Mr. nao *. https://twitter.com/mikasa231/status/1403576681701335044 We would like to thank Mr. nao * for his efforts.
ded it to my blog. Postscript: 2021.06.13 ButtonA on M5Stack does not work properly https://macsbug.wordpress.com/2021/05/02/buttona-on-m5stack-does-not-work-properly/
Cool!
S
Great!