Yaroslaff Fedin
Yaroslaff Fedin
Agreed, i find it more explicit and useful
Yes, i wanted to chime in on this too. Think "Yearly" report would be super heavy, but useful for some use cases. I kinda hoped that this would work to...
I had to pause development of my feature as well, because it was involving too many manual triggers and policies. There were just too many compromises on every level
https://github.com/libopencm3/libopencm3/pull/1339
Yeah, that's unfortunate. I was just searching for stm32h7 support and found this issue and that issue, thought to post. Seems like painless h7 support is off the table for...
I found a bug https://github.com/waveshare/e-Paper/issues/198 maybe this is related. Width was set to 128, not 122
Sorry to hear that. two of the units i tried work on raspberry with the provided py code. I used 2.13 touch version.
I have had similar issue that models from different sources had very different UV scale/vertex scale, affecting the quantization. I had to change source models to be in a similar...
Aww yeah. i guess i'm wrong. LFS updates `cache->size` on the fly and limits it to `lfs->cfg->cache_size`. So the only way would be to add a new field to `lfs_file_config`,...
Thanks a lot for the response. > It is worth noting that LittleFS doesn't take advantage of cache sizes larger than the block_size, so if you're expecting to keep a...