@mm-uiflow
Sorry, still under developing, UIFlow 2.0 it's big project, not only the firmware.

Posts made by m5stack
-
RE: UIFlow 2.0.2 firmware preview version
-
RE: UIFlow 2.0.2 firmware preview version
uiflow-lvgl-2.0-xxx 会支持lvgl的所有控件(应该)
-
UIFlow V1.9.9
V1.9.9
new features
- UNIT EXT.IO2 support
- HAT 8SERVO V1.1 support
- HAT BALAC DIY KIT support
- MC4.O THIRDPARTY BLOCKY(CORE2) support
Bug fix
- UNIT 4-RELAY bug fix.
Announcement For Core2 and Tough
In order to reduce the size of the firmware, we had to disable some of the built-in fonts. We have disabled some fonts in V1.9.8, but we didn't tell you(It's our mistake). After V1.9.9, we only support the following fonts, but we are working on another way that can make you load font from file system dynamic.
FONT_MONT_10 = lv.font_montserrat_10 FONT_MONT_14 = lv.font_montserrat_14 FONT_MONT_18 = lv.font_montserrat_18 FONT_MONT_22 = lv.font_montserrat_22 FONT_MONT_26 = lv.font_montserrat_26 FONT_MONT_30 = lv.font_montserrat_30 FONT_MONT_34 = lv.font_montserrat_34 FONT_MONT_38 = lv.font_montserrat_38 FONT_MONT_48 = lv.font_montserrat_48 FONT_UNICODE_24 = lv.font_PHT_unicode_24
-
RE: UIFlow 1.9.8
Hi @mengxiyou @SE
We are very sorry, we disable some font but we didn't tell you, as @mengxiyou said, the reason is to reduce the binary size, so we had to disable some font.
After V1.9.9, only these font was builtin, but we are working on another way that can make you load font from file system dynamic.
FONT_MONT_10 = lv.font_montserrat_10 FONT_MONT_14 = lv.font_montserrat_14 FONT_MONT_18 = lv.font_montserrat_18 FONT_MONT_22 = lv.font_montserrat_22 FONT_MONT_26 = lv.font_montserrat_26 FONT_MONT_30 = lv.font_montserrat_30 FONT_MONT_34 = lv.font_montserrat_34 FONT_MONT_38 = lv.font_montserrat_38 FONT_MONT_48 = lv.font_montserrat_48 FONT_UNICODE_24 = lv.font_PHT_unicode_24
-
UIFlow 1.9.8
v1.9.8
new features:
-
ZH-CN:
- MODULE USB(MAX3421E) 支持
-
EN:
- MODULE USB(MAX3421E) support
-
-
UIFlow 1.9.7
v1.9.7
new features:
-
ZH-CN:
- UNIT BUZZER 支持
- MODULE COM.X GSM 支持
-
EN:
- UNIT BUZZER support
- MODULE COM.X support
Bug fix:
-
ZH-CN:
- UNIT DDS 错误修复
- NB-IOT & DTU NB-IOT CoAP 错误修复
- M5PAPER 图像和矩形 错误修复
-
EN:
- UNIT DDS bug fix.
- NB-IOT & DTU NB-IOT CoAP bug fix.
- M5PAPER image and rectangle bug fix.
-
-
UIFlow 1.9.6
v1.9.6
new features:
-
ZH-CN:
- UNIT CatM 支持
- UNIT TUBE PRESSURE 支持
-
EN:
- UNIT CatM support
- UNIT TUBE PRESSURE support
Bug fix:
- ZH-CN:
- MQTT QoS 1&2 错误修复
- EN:
- MQTT QoS 1&2 bug fix.
-
-
UIFlow 1.9.4
v1.9.4
new features:
-
ZH-CN:
- ATOM DTU CAT1 支持
- MyCobot(BASIC) 更多功能
-
EN:
- ATOM DTU CAT1 support
- MyCobot(BASIC) More features
Bug fix:
- ZH-CN:
- NB-IOT 错误修复
- EN:
- NB-IOT bug fix.
-
-
UIFlow 2.0.2 firmware preview version
Hi everyone, new firmware is coming, we support ESP32C3 now.
Preview:
UIFlow 2.0.0 firmware preview version
UIFlow 2.0.1 firmware preview version
Firmware:
How to write firmware:
Please download the above firmwares, use esptool or Flash Download Tools to write the firmware at offset 0x1000.
esp32
esptool.py --chip esp32 --port /dev/ttyUSBx --baud 1500000 write_flash 0x1000 uiflow-b061698-esp32-4mb-20220304.bin #uiflow-b061698-esp32-spiram-4mb-20220304.bin
esp32c3(STAMP-C3, STAMP-C3U)
esptool.py --chip esp32c3 --port /dev/ttyUSBx --baud 1500000 write_flash 0x0 uiflow-b061698-esp32c3-4mb-20220304.bin # if you flash the firmware through the USB port, you need press the button A before you plug USB cable enter the download mode esptool.py --chip esp32c3 --port /dev/ttyUSBx --baud 1500000 write_flash 0x0 uiflow-b061698-esp32c3-usb-4mb-20220304.bin
P.S.
Follow M5STACK on twitter for the latest news about UIFlow 2.0 new update.
-
UIFlow 1.9.3
v1.9.3
new features:
- ZH-CN:
- MODULE COM.CAT1 支持
- UNIT DLIGHT 支持
- UNIT PDM 支持
- UNIT 2RELAY 支持
- UNIT SSR 支持
- EN:
- MODULE COM.CAT1 support
- UNIT DLIGHT support
- UNIT PDM support
- UNIT 2RELAY support
- UNIT SSR support
Bug fix:
- ZH-CN:
- UHF RFID 错误修复
- EN:
- UHF RFID bug fix.
- ZH-CN: