embeddedt

Results 332 comments of embeddedt

I've encountered this as well with just one hub server and another survival server. In one case it happened after shutting down the survival server. I was kicked back to...

This seems like it'd be hard to get right, especially if there were symlinks involved. IMO this is a feature request, not a bug.

Very cool! :clap:

Looks like the CI did not pick up on this because none of the runners compile with `LV_COLOR_SCREEN_TRANSP` enabled. It seems that the best option coverage-wise would be to enable...

I think it can be left open; it's an excellent first contribution for someone to make if they're looking for an idea.

What if we *only* stored a pointer to the property ID, and stopped storing the property ID?

Yes. I figure the 256 bytes of flash isn't very much nowadays, and it's a clean way of allowing the ID to still be dynamic.

I've added it locally, but it seems that the tests are broken after https://github.com/lvgl/lvgl/pull/3501, so it's not ready to be pushed yet.

We can probably just use `arm-none-eabi-gcc` with a fake linker script on a couple examples/demos and measure the size of the binary that's produced (it doesn't need to actually run)....

Just putting this here to avoid duplicate issues. As mentioned in https://github.com/lvgl/lvgl/issues/3616, `lv_example_menu_5` is not available on the MicroPython side yet either.