-
-
Notifications
You must be signed in to change notification settings - Fork 48
feat: LVGL driver #32
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
Draft
mverch67
wants to merge
167
commits into
master
Choose a base branch
from
lvgl-driver
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+34,481
−1,466
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How it's going? |
* Improved Greek translation to fit better on screen, keeping it sharp and meaningful * Improved Greek language selector * Compated to original (en) and tidied up. * Small text fix * Greek text, styling improvement completed * minnor fixes
…ithout touch reset; add also short delay to let cpu restore registers
* Improved Greek translation to fit better on screen, keeping it sharp and meaningful * Improved Greek language selector * Compated to original (en) and tidied up. * Small text fix * Greek text, styling improvement completed * minnor fixes * - Re-Ordered Greek translation file based on a fresh template. - Improved Greek translation based on user feedback. - Fixed * Fixed PR blocking warning (trunk).
#39) * - Updated en.yml based on a fresh-created file using 'lv_i18n extract' - Edited lines with \n to be included in double quotes ("), so that it can get parsed correctly * Updated Greek translation with latest lines. Fixed error with the display of the SDcard status when using greek.
update TODO list add LVGL usage notice
Co-authored-by: mverch67 <[email protected]>
* frame buffer * trunk fmt
Co-authored-by: mverch67 <[email protected]>
Co-authored-by: mverch67 <[email protected]>
Co-authored-by: mverch67 <[email protected]>
Co-authored-by: mverch67 <[email protected]>
* preliminary impl * update initialization * adapt to limited Portduino Ethernet(WiFi)Client * fixed space left calculation * inherit from SerialClient * updates Eth/SerialClient * update cmake files * protected declaration (for unit tests) * fix warning * tryfix: call lv_tick_inc() directly instead of lv_tick_set_cb() * added isStandalone() to determine use case * add reboot/shutdown for standalone; suppress animations during startup * add debug log * add error log * revert lv_tick_inc / lv_tick_set_cb * fix debug log * workaround sporadic map error * connection status handling * define pure virtual functions * adapt dimensions to allow map resize * replace [] by .at() when erasing * fix all communication issues; add thread names for logging * fix warnings * trunk fmt * cleanup * fix lv_tick interface for esp32 (revert to previous one as Indicator is frozen) * added client connection states to boot screen * fix reboot for standalone case * fix warning * fix UART connection timeout
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
lvgl native display driver (work in progress)