albert-canfield / HA-panel-esphome

9 stars 1 forks source link

esphome 2024.8 with lvlg library code fails on pad_row/pad_column. #9

Open kroon040 opened 3 weeks ago

kroon040 commented 3 weeks ago

Hi,lgl

If you update tot esphome 2024.8 and use de lvgl built in esphome you get the error. If I remove the pad_row and pad_column it works, but I got some small empty spaces. Any idea hot to solve this in the code?

style_definitions:

albert-canfield commented 2 weeks ago

Hi @kroon040,

I am having the same issue here. I try different options (set manually the size of the buttons, increase the border, etc) and the button matrix continue with the buttons slightly separated 😟

I am reading the code of the LVGL component trying to get a clue how this is done.

If you would like to join me on the task follows the link [https://github.com/esphome/esphome/tree/dev/esphome/components/lvgl]