[M5Paper] UiFlow support
-
Hi,
When we can see full or beta test support for Μ5Paper in UiFlow ?
-
This is one of our highest priorities and we are working on it, we don't have a final date yet but once we have updates and dates in which version we will release the support, we will keep you guys updated.
-
@zontex so maybe like was with core2 some beta flow could be published, then more ppl will gonna test it and report here what is wrong.
-
Any update on this? Arduino IDE support is limited as is...
-
-
@ben-myburgh said in [M5Paper] UiFlow support:
Any update on this? Arduino IDE support is limited as is...
i think we have micro basic support in Arduino, base on https://docs.m5stack.com/#/en/quick_start/m5paper/quick_start_arduino
we can use M5EPD in basic operations. -
@Zontex btw the Arduino example Wake and BM8563 should be a clone ?
-
@Zontex why have 2 seperate API's for the Coreink and the EPD, Could you not merge most of the API's into one unified e-ink api?
-
bump
@Zontex there is any chance to get some update ? its starting a bit sad there is grate pice of hardware already at customers home without core UIFlow support .. -
Since @Zontex is away maybe @lukasmaximus or @m5stack could give us some update.
-
Well as long as it comes ... ideally 2021 ... im cool ... was just afraid there would be no support at all ... since I dont plan on learning C or using arduino ide ....
Hopefully this is just the start of bigger screens.... I would love to have a bigger m5 lcd version as well
-
@ajb2k3 regarding the API difference, we are actually working now to merge them together into one API.
@Mati @Medy @ben-myburgh Sorry guys ! for some reason I didn't get a notification over this post, I'll follow up on the progress and keep you guys updated. seems this is the highest priority we currently have. -
Guys, good news - the estimated release of this support is by the Chinese new year holiday which will be in approximately 2 weeks from now :)
-
@Zontex sweet, I will get to see how my guesses have worked out.
-
@zontex said in [M5Paper] UiFlow support:
Guys, good news - the estimated release of this support is by the Chinese new year holiday which will be in approximately 2 weeks from now :)
nice to hear ! I am disappointed by the fact that the product appeared in the store and only after more than a month does it receive the advertised functionality.
-
Hello guys
today in M5Burner I discovered an Alpha version of UIFlow for M5Paper. Already seems to work reasonably well.
Cheers
Felix -
@felmue Hey, are you able to run the code on your device? Not sure what I am doing wrong, I burned UiFlow alpha version, and connected to my device, also it seems like code is being uploaded to m5paper device, and screen refreshes probably restarting, but nothing shows up in the screen.
Everytime I try to upload the code I get warning ' Lack block "Set screen set show" or "Set screen parital show" '
Not sure what I am doing wrong, any idea?
-
@doubleness said in [M5Paper] UiFlow support:
Everytime I try to upload the code I get warning ' Lack block "Set screen set show" or "Set screen parital show" '
Not sure what I am doing wrong, any idea?
You need to have one of those blocks in your program to update the screen. They are under UI, then Screen in uiFlow.
-
@doubleness !
You need to have the "Set Screen Show" block as the information is only stored in memory and not drawn to the screen until set screen show or set screen partial show is called. -