Skip to content

Drawing using LVGL #218

Answered by polarkernel
polarkernel asked this question in Q&A
Discussion options

You must be logged in to vote

BTW: It is already LVGL 9.2.2 Maybe something needs to be included in the lvgl configuration?

I think I found the reason for the observed difference. I get LVGL version 9.2.2, when I build with one of the following methods, which do the same for LVGL:

; either with
lib_deps = 
	rzeldent/esp32_smartdisplay @2.1.0

; or with
lib_deps = 
	lvgl @^9.2.2

But when I build with

lib_deps = 
	https://github.com/lvgl/lvgl.git

then the library manager reports:

        Library Manager: [email protected]+sha.df18a5f has been installed!
        Updating metadata for the vscode IDE...

This means, that the master branch of LVGL on GitHub is the development version 9.3.0 and not 9.2.2, which is the relea…

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rzeldent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants