@echiz
导入外部C的库到microPython里,这个具体怎么实现的我也不清楚
Posts made by kuriko
-
RE: 哪里能找到uiflow2的micropython文档啊?
@echiz
M5.Lcd是M5GFX实例化的一个对象,在m5stack/components/M5Unified/M5GFX -
RE: Core2 keeps crashing when I try to connect a CardKB module using Arduino IDE
@avmg2502
You should debug line by line to see which operation caused it. -
RE: PaperS3 cannot compile demo
@JNVoirol
Just switch the esp32 library version in the boards manager to below 3.1.0. -
RE: Get Bottom2 power connection status with a code.
@ioamas
According to the schematic diagram, the 5V of the Pogo pin is directly connected to the VIN pin. So I think maybe you can determine whether the Pogo pin is connected by judging whether the battery is connected -
RE: How can I use AtomS3R's PSRAM with UIFlow2.0?
@UIgAVvwEs
You can try to manually allocate a larger buffer to verify whether the PSRAM is loaded correctly:
-
RE: m5unit v2 - does i2c sensor work it?
@mustafa98s
I don't recommend you do this... it will make you mentally broken -
RE: Download shows 'Progress' but nothing happens
@zarro
This function is available only after the UiFlow2 firmware has been burned. Have you burned the UiFlow2 firmware? -
RE: Can i run M5stack paper while connected to the battery?
@ScheduleDisplay
I don't understand why connect to a battery will never shutdown M5Paper... But it shouldn't affect anything -
RE: ENV III Causes CoreS3 to restart.
@romor001
Have you update your UiFlow firmware to the newest version? -
RE: OSError: (-261, 'ESP_ERR_NOT_FOUND')
@ZokiZok
i think it should be a pin choose problem -
RE: How to add External Libraries - UIflow - Micropyton - Websockets
@pkayme
You should use microPython to import external libraries -
RE: Where is my BIN file for a UIFLOw2 (online) project
@AdventKylin
Why don't you use the official esptool but the third-party M5Launcher? This is not convincing, you don't know how M5Launcher flashes the firmware. The export function in M5Burner packages the entire flash into a bin, so of course there is no bootloader.bin or spiffs.bin.