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

[lvgl] Add content styling to tabview (#8823)

This commit is contained in:
Clyde Stubbs
2025-05-22 11:47:38 +10:00
committed by GitHub
parent 6109acb6f3
commit 090feb55e9
3 changed files with 31 additions and 20 deletions

View File

@@ -781,6 +781,13 @@ lvgl:
value: !lambda return (int)((float)rand() / RAND_MAX * 100);
- tabview:
id: tabview_id
tab_style:
border_color: 0x00FF00
border_width: 6
items:
text_color: 0x0000FF
content_style:
scrollable: false
width: 100%
height: 80%
position: top