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
I was able to run UI (LVGL version 9) Created by SquareLine Studio on M5stack core 5 using this post https://forum.lvgl.io/t/lvgl-9-on-m5stack-core2-platformio-example-project/14594/2
Credit to the authors of this code template
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!
W
I implemented the Nixie tube clock in uiFlow IDE for the M5StickC-Plus device.
0_1599001315963_clock_h2.jpg https://github.com/bstein2379/M5StickC-Plus-Nixie-clock
Credit goes to @macsbug for the original idea. I just made it easier for new programmers and kids by using the uiFlow IDE.