-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
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
[Core] Quantum Painter - LVGL Integration #18499
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data/keyboard-config-templates/chibios/
should bedata/templates/<something>
- some files are missing licence headers
We'll need changes to the root I think that may need to go to master in order to deal with swapping branches and the like, people are likely going to end up with an |
And, of course, we'll need a |
5ea8090
to
9336329
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some verbiage. LGTM otherwise.
Would also be good if you could incorporate your |
Co-authored-by: Nick Brassel <nick@tzarc.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with ST7789 and RP2040 development board, works nicely. Also rather low impact on the scan rate, which is very welcome.
Co-authored-by: Nick Brassel <nick@tzarc.org>
Description
This PR aims to integrate LVGL (Light and Versatile Embedded Graphics Library) into QMK by utilizing Quantum Painter's APIs and drivers.
This PR includes the following:
lv_conf.h
user defined file to enable/disable features, much like the rest of the ChibiOS configs. (Courtesy of @tzarc, thanks Tzarc!)Worth mentioning that English isn't my first language, so I expect to bounce with maintainers the wording of the documentation....
Types of Changes
Issues Fixed or Closed by This PR
Checklist