@bborncr
in UIFlow - add a label to the screen and then click on the label you just added to get the labels preferences up. there is an option to set it in that panel.
There is also a dedicated block for setting fonts.
Hi @vany5921 I´m trying the way you said to me and I got an issue maybe for the pins I am using. I also tried with the Ucglib and I got a problem "ucg' was not declared in this scope" and I´m serching on the internet and it is a library issue. So I don´t really know how to do it :(
@ajb2k3 not yet, now i have other project on desk.
Simple sensors plus API ueFlow talk via p2p and Remote testing.
So far i was able to launch Ueflow downloaded SW and with small hack i am able to hold com with P2P via m5cloud.
It's simple, fill in the code from the example, hold the magnet to the M5stickC and you will see that the readings will change significantly! The magnet is needed strong enough, because The sensor is far away in the device.
@peter Sometimes you have to right click to get the translation function and sometime the page needs reloading. I view a lot of Chinese and Japanese pages and have noticed lately that the translator doesn't always appear.
@ajb2k3 Tried a different cable, so I'm assuming stick. Why not edit boot.py. It's micropython, as long as I call the M5 libs during the process, everything should work as intended.
@wikistik It would be nice to have a list of compatible "Safe" addons
As I said before, M5Stack units have internal 3v3 regulators to reduce the 5v down to safe voltage.
I have mentioned this in my UIFLOW book with the circuit diagram of the regulator.
I tried the VL53L0X unit on the grove port of the stick several times and could not get it to work. I know that really doesn't really help you but at least your are not alone in this quest :)
As far as I am aware that feature is unavailable right now in vs code or any other software for now sorry. I can only suggest you put all your files on an sd card and reference them in your python script
@grlind I was able to get to work in Ardunio I just combine the DHT into the main sketch all things good though the pressure reading are off... I owuld like to see the uflow - I have not done anything in uflow want to try it.. Is your code posted somewhere?