mirror of
https://github.com/esphome/esphome.git
synced 2024-11-16 10:45:48 +01:00
Add jpegs
This commit is contained in:
parent
c72e4047b8
commit
c2d100a018
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,3 +1,5 @@
|
||||
# Normalize line endings to LF in the repository
|
||||
* text eol=lf
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,7 +3,7 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [dev, beta, release]
|
||||
branches: [dev, beta, release, lvgl]
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
|
BIN
tests/components/lvgl/cat.jpg
Normal file
BIN
tests/components/lvgl/cat.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
tests/components/lvgl/dog.jpg
Normal file
BIN
tests/components/lvgl/dog.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
Loading…
Reference in New Issue
Block a user