embeddedt

Results 366 comments of embeddedt

Results: * It does not happen on upstream MicroPython when added to `main`. * It also does not happen on lv_micropython when added to `main` in the same spot. I...

@amirgon I was able to reproduce it on upstream MicroPython by adding in the initial calls to render the first frame (gray background). The following test case works in a...

Didn't think to try that on upstream. Let me see.

I fixed the original error and got a basic CI setup going, but it now seems to be failing due to the SDL driver referencing POSIX signal APIs. This was...

Looking into a solution for that... in the meantime, we have another problem. ``` MicroPython v1.16-610-g4da3cba35-dirty on 2021-09-04; win32 version Use Ctrl-D to exit, Ctrl-E for paste mode >>> import...

That's correct. We could probably fix the build error easily, but the port will still not be very useful without some work to adapt the F769 display and touchscreen drivers...

I recommend using https://github.com/lvgl/lv_drivers/blob/master/win32drv/win32drv.c if possible, as its features are a superset of `win_drv.c`. I don't think it has this issue. However, I will still fix `win_drv.c` when I can....

I can confirm that this is still an issue in the latest version. Is there anything I can do to help implement this?

@FritzsHero is still working on it; it's just that changes are happening on other branches, not the `master` one which everyone sees by default. The [`RewrittenAPI`](https://github.com/FritzsHero/RoadArchitect/tree/RewrittenAPI) branch was last updated...

It might be worth noting that RLTweaker includes a fix for this bug ([repo](https://github.com/Charles445/RLTweaker), [ASM patch](https://github.com/Charles445/RLTweaker/blob/0804c05313b9f8737621737036e34d276066df02/src/main/java/com/charles445/rltweaker/asm/patch/PatchRealBench.java)), however the fix hasn't been released to CurseForge yet.