@ajb2k3 Thank you for your quick answer, I have imported the JPG pre-rotated for the moment and it works fine.
Best posts made by antowan
-
RE: Screen orientation on UI flow
Latest posts made by antowan
-
RE: Deployment of a Python app on the M5Stick-C from VS code
@lukasmaximus thank you, it does the job!
Is there a way to upload multiple files at once ? I have folder with multiple images that I upload in the res/ folder but I have to upload manually each image.
Ideally I wish I could have an option to upload all my project at once (.py and resource files).
If there is any way to do that especially in vs code that would be a great gain of time.Thank you,
Antowan -
RE: Waterproof case for the M5Stick-C
Great, I am looking forward to get one.
-
Deployment of a Python app on the M5Stick-C from VS code
Hi,
I am using Visual Studio code to write directly my code on the M5Stick-C.
I can reset and push the code for testing but how to make it persistent.
I wish I could achieve something similar to the download function available in the UIFlow designer.
If there is a way to do it in command line it is also welcome.I am using the 1.4.0beta firmware.
Thank you by advance.
Antowan -
Waterproof case for the M5Stick-C
Hi,
I would like to know if you have any plan or have some partners who can provide a tailor made waterproof case for the M5Stick-C as you were showcasing for the M5Stack.
Thank you.
Regards,
Antowan -
Persistent storage management on the M5Stick-C
Hi,
I would like to know if it is possible, and if yes how, could I write from micropython a file with telemetry data.
Just as a precision if it matters, I am using VS code with the M5 plugin to run the python code on the M5Stick-C.I've tried the following as a test with no success.
f = open("log.txt", "w+") f.write("Writing content from MicroPython") f.close()
The file is created (but disappear after soft reboot) and stay empty.
My understanding is that the "flash/" folder is mounted on a FAT filesystem.
So I would assume that it is possible to write on the micro-controller memory in this space.Thank you by advance for your support.
Regards,
Antowan -
RE: Screen orientation on UI flow
@ajb2k3 Thank you for your quick answer, I have imported the JPG pre-rotated for the moment and it works fine.
-
Screen orientation on UI flow
Hi,
I would like to know if there is any way to change the screen rotation on the UI flow designer for the m5stick-c.
The function "set screen rotate mode" seems to work but it is not reflected on the UI for the design part.
Therefore this image is not rotated properly. Does that mean it has to be done manually ? (ie rotating the jpg before importing it)Thanks by advance for your feedback.
Regards,
Antowan