1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

[lvgl] Allow padding to be negative (#8671)

This commit is contained in:
Clyde Stubbs
2025-05-05 10:30:11 +10:00
committed by Jesse Hills
parent 37a2cb07d1
commit 1294e8ccd5
5 changed files with 31 additions and 20 deletions

View File

@@ -641,6 +641,8 @@ lvgl:
knob:
radius: 1
width: "4"
pad_left: -5
pad_top: 5
height: 10%
bg_color: 0x000000
width: 100%