We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although updating liblvgl is less cumbersome now that it is removed from the kernel, we still need to do the following to update liblvgl:
include/liblvgl
src/liblvgl
include/liblvgl/fonts/lv_font.h
pros_line.h
The script should not run automatically when LVGL updates, since we want to force someone to make sure everything works and builds properly
These are the things I think the script needs to do:
include/libvgl
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Overview
Although updating liblvgl is less cumbersome now that it is removed from the kernel, we still need to do the following to update liblvgl:
include/liblvgl
src/liblvgl
include/liblvgl/fonts/lv_font.h
to include our custom fonts that llemu depends onMy Proposal
Fixing the font issue:
pros_line.h
file so we don't have to add then to lv_font.hAutomated update script:
The script should not run automatically when LVGL updates, since we want to force someone to make sure everything works and builds properly
These are the things I think the script needs to do:
include/libvgl
src/liblvgl
The text was updated successfully, but these errors were encountered: