Clyde Stubbs

Results 95 comments of Clyde Stubbs

Thanks for the response. > I think these changes might actually be unnecessary for the LibreTiny platform - it doesn't use the build.mcu field for compilation. The compilation process only...

> Also, adding each chip type to ESPHome might make maintaining it more involving - each new chip type supported by LibreTiny will need to be added There's a script...

Ok, so I understand more about what's going on, and the motivation for the option. It does seem to work differently to using PIO with esp-idf. > Maybe it would...

I recommend you read the LVGL docs on docs.lvgl.io or ask on the LVGL forums about design questions. I'm busy coding, I don't have time to teach design, sorry.

> with your implementation of lvgl is there is a way to use lvgl objects in c++ with lambdas ? Yes, most of the objects are plain LVGL pointer types....

> set the value to say 150, I'm not sure how you were setting the value, since I had not implemented `lvgl.bar.update:` action but that is now implemented and it...

> I take range_from should be minimum value, and range_to the maximum. Yeah, the doc is wrong - paging @nagyrobi . I fixed the issues with using it with `number`.

> Sorry, but now `lvgl.spinbox.update` seems broken: Fixed now.

> Now cookbook sample compiles OK, but I get this error with this exact code Fixed now.

> Do you have PSRAM? In my case there wasn't enough RAM and therefore lvgl failed to initialize That is indeed the only reason the component would be marked failed.