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

[lvgl] Enhancements (#7453)

This commit is contained in:
Clyde Stubbs
2024-09-19 14:17:04 +10:00
committed by GitHub
parent ddde64a48d
commit 6d24e9ebb5
5 changed files with 246 additions and 7 deletions

View File

@@ -38,8 +38,8 @@ lvgl:
border_width: 0
radius: 0
pad_all: 0
border_color: 0x0077b3
text_color: 0xFFFFFF
border_color: tomato
text_color: springgreen
width: 100%
height: 30
border_side: [left, top]

View File

@@ -0,0 +1,11 @@
display:
- platform: sdl
auto_clear_enabled: false
dimensions:
width: 480
height: 480
touchscreen:
- platform: sdl
lvgl: