Carglglz
Carglglz
> the `register` command scares me because it allows anyone to overwrite system commands without being aware I think I know what you mean, but it is pretty easy to...
@dsl400 Yes this is a known limitation see [shell-repl](https://upydev.readthedocs.io/en/latest/shell_repl.html) > The REPL mode has two limitations: > It is not listening actively for output (This means that if a timer/hardware...
> it is not always possible to stay connected via usb / serial Yes, or if you have a bunch of devices in different places around the house, building, or...
> But the readme file is huge, it is hard to find how to do basic things. Yes, I'm aware. The README just kept on growing as the project did,...
@MathyV I've just updated the tests, you should be able to run `tests/display` with your driver (I've already tested it and it works but I have no physical display to...
> The purpose of a user c module should be to keep the binding code self contained where modifications to the micropython build system would not need to be made...
> There is no PR in https://github.com/lvgl/lv_micropython that removes all of the code that has been added to the build system to compile LVGL into micropython. I am making an...
>OK so say I clone this repo in my IDE's project folder. Then I clone micropython 1.23 into the binding cloned folder. To build it I would have to use...
@TheBestJohn Thanks for testing this!! > EDIT: The crashing seems to happen when I re-upload my script. Not sure the proper teardown of lvgl yet but it doesn't seem to...
@jonnor > I don't even think I know how to include it right now, but I have seen there is documentation for that. Don't worry I was curious if this...