@mwwalker
PaperS3 do have a slow refresh rate. maybe the BarGraph demo isn't very suitable for test, you should try the rtc example: https://docs.m5stack.com/en/arduino/m5papers3/rtc

Posts made by kuriko
-
RE: Bar graph demo application is running extremely slowly on Paper S3
-
RE: ADUINO compile error core2
@VK3AWA_1
have you tried compile example programs? are you able to post your codes? -
RE: NTP in UIFLOW2?
@cyber7
NTP is only availible at M5Burner flashing UiFlow2 firmware
there is no NTP blocky in UiFlow2 -
RE: CoreMP135 connects to WIFI and update the system
@MCU1536
yes but you need to compile the driver yourself
https://docs.m5stack.com/en/guide/linux/coremp135/network -
RE: where can i find source for "PaperS3 Factory Test"?
@palani
there is no examples specially for PaperS3. you have to use examples of M5GFX
https://github.com/m5stack/M5GFX/tree/master/examples -
RE: Time Problem UTC/localtime
@taunushexe
this is a java problem... for example Etc/GMT+8 means GMT-8 actually
will fix it by using UTC -
Grab your CoreMP135 and connect it to UiFlow2.0!
UiFlow2.0 quick start for CoreMP135 has been released. https://docs.m5stack.com/en/guide/linux/coremp135/uiflow2
-
RE: where can i find source for "PaperS3 Factory Test"?
@palani
the source code of PaperS3 factory firmware will not release -
RE: M5stickc plus 1.1
@amdiaz1065391
try reflash factory firmware
https://docs.m5stack.com/zh_CN/guide/restore_factory/m5stickc_plus -
RE: What other M5Stack forums do you folks use?
@TomKatt you can checkout reddit and discord servers
-
RE: CoreMP135 by UIFlow
@MCU1536
what will happen if you click run instead of download? -
RE: Welcome to the world of M5Stack.
UiFlow1: https://flow.m5stack.com/
UiFlow1 documentation: https://docs.m5stack.com/en/uiflow/uiflow_web
UiFlow2: https://uiflow2.m5stack.com/
UiFlow2 micropython documentation: https://uiflow-micropython.readthedocs.io/en/latest/index.html
Official account of M5Stack on GitHub: https://github.com/m5stack
Open sourced M5 hardware: https://github.com/m5stack/M5_Hardware
The official M5Stack store: shop.m5stack.com -
RE: Hardware/Software clarification
@dm4401
The documentation of UiFlow2 is a bit hidden: https://uiflow-micropython.readthedocs.io/en/latest/index.html
UiFlow2 can of course use PWM, you need to add this function in the Hardware on the left.
We recommend using the online version of UiFlow2, because UiFlow1 is being phased out. The offline version of UiFlow1 has long stopped updating.