Skip to content

Commit

Permalink
temporary version of lvgl
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed May 20, 2024
1 parent 8a1a9cb commit 3b97598
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
9 changes: 8 additions & 1 deletion components/display/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
dependencies:
lvgl/lvgl: "^9.1.0"
# TODO:
# To include the fix for https://github.com/lvgl/lvgl/issues/6038,
# we temporarily pull lvgl from its upstream repo directly.
# As soon as lvgl 9.2 is released, this can be replaced again with `lvgl/lvgl: "^9.2.0"`.
# Then, also remove `-DLV_USE_TJPGD` from CMakeLists.txt.
lvgl/lvgl:
version: b16aa3c558cc0aee2c02b1d043da9ae81597a194
git: https://github.com/lvgl/lvgl
15 changes: 8 additions & 7 deletions dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
dependencies:
espressif/mdns:
component_hash: 9ff9c578fc3a5ea3c68e807233e47f2ce6b2492a92d7a9356ae5c29ab45f0fde
component_hash: ed10ef031bce505e423c5dbf0fdf2ce7a02df5f9ebffb18df2d6b9852e48817d
source:
service_url: https://api.components.espressif.com/
type: service
version: 1.3.0
version: 1.3.1
idf:
component_hash: null
source:
type: idf
version: 5.2.1
lvgl/lvgl:
component_hash: 2a8f619b5c2b1c7ad116c33d43dae8989c76739068f406a7e8ba9221e1085f17
component_hash: 02894f8cb64e84819ee39caaa5d60398bf7495b4b5d2d7a12106c384bd5cbe01
source:
service_url: https://api.components.espressif.com/
type: service
version: 9.1.0
manifest_hash: 9e0632c80bfc4c35605807a7187fc4acfd509f4103bc22d9ac856c222ea23ffb
git: https://github.com/lvgl/lvgl
path: .
type: git
version: b16aa3c558cc0aee2c02b1d043da9ae81597a194
manifest_hash: 5c9117287fc9cb6d03856f3b7ca961f5c95298ba6283d4ba4dae82662f5098cd
target: esp32
version: 1.0.0
2 changes: 1 addition & 1 deletion main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
idf_component_register(SRCS "smpte_bars.c" "main.c" "wifi.c" "dns.c" "rtp_udp.c" "jpeg.c"
INCLUDE_DIRS ".")

target_compile_options(${COMPONENT_LIB} PRIVATE -Wall -Werror -Wextra -Wshadow -Wsign-compare -Wunreachable-code -fstack-usage)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wall -Werror -Wextra -Wshadow -Wsign-compare -Wunreachable-code -fstack-usage -DLV_USE_TJPGD)

0 comments on commit 3b97598

Please sign in to comment.