-
I could not manage to build a functioning image with the tool on a ESP32S3.
```
Run vfsmerge --port esp32 --firmware ~/artifacts/firmware.bin --source /home/runner/work/micropython-camera-API/micr…
-
This is library support programmable IO on the RP 2040? I am looking for a library that specifically supports this so that I don't have to have a lot of CPU dedicated to driving LEDs.
It's unclear wh…
-
Could you please update Micropython firmware to v1.23.0,thank you very much
-
The current codebase is written in C and C++ using the Arduino IDE, which is a bit technical and not as user/developer friendly a using MicroPython.
So we might consider rewriting the project in Mi…
-
### Port, board and/or hardware
esp32 port
### MicroPython version
Latest master
### Reproduction
Change micropython/examples/usercmodule/cppexample/example.cpp to
```
extern "C" {
…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Full support for generating code that will run on an LVGL MicroPython Binding.
I am n…
-
I used the lvgl_micropython project to update my esp32n16r8-ili9488-ft6x36. It originally had a usable LVGL MicroPython, but it's quite outdated (MicroPython 1.19). After compiling the firmware, I cou…
-
Env:
> MicroPython v1.23.0 on 2024-06-02; Generic ESP32S3 module with ESP32S3
Error:
```
File "/lib/pysm/pysm.py", line 474, in add_state
File "/lib/pysm/pysm.py", line 784, in validate…
-
Raised on https://github.com/paulober/MicroPico/issues/170
micropython-stdlib contains (copies of) the typeshed stdlib
Some of these packages / modules are used internally by stdlib - so they c…
-
There are a few other initiatives that have focus on this topic for MicroPython
| Where| What| License|
|--------|--------|--------|
| https://github.com/hlovatt/PyBoardTypeshed| Howards' origin…