Skip to content

Commit

Permalink
use new logos in boot screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyrobi committed Jun 10, 2024
1 parent dbdc963 commit 2b2724a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cookbook/lvgl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1191,10 +1191,11 @@ To display a boot image with a spinner animation which disappears automatically
- lvgl.widget.hide: boot_screen
image:
- file: https://esphome.io/_images/logo.png
- file: https://esphome.io/_static/favicon-512x512.png
id: boot_logo
resize: 200x200
type: RGB565
use_transparency: true
lvgl:
...
Expand All @@ -1207,7 +1208,7 @@ To display a boot image with a spinner animation which disappears automatically
y: 0
width: 100%
height: 100%
bg_color: 0xFFFFFF
bg_color: 0xffffff
bg_opa: COVER
radius: 0
pad_all: 0
Expand All @@ -1226,7 +1227,7 @@ To display a boot image with a spinner animation which disappears automatically
arc_length: 60deg
arc_width: 8
indicator:
arc_color: 0x404040
arc_color: 0x18bcf2
arc_width: 8
on_press:
- lvgl.widget.hide: boot_screen
Expand Down

0 comments on commit 2b2724a

Please sign in to comment.