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:
@@ -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]
|
||||
|
11
tests/components/lvgl/test.host.yaml
Normal file
11
tests/components/lvgl/test.host.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
display:
|
||||
- platform: sdl
|
||||
auto_clear_enabled: false
|
||||
dimensions:
|
||||
width: 480
|
||||
height: 480
|
||||
|
||||
touchscreen:
|
||||
- platform: sdl
|
||||
|
||||
lvgl:
|
Reference in New Issue
Block a user