Skip to content
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

Added support for LittlevGL library #6826

Merged
merged 3 commits into from
Jan 7, 2019

Commits on Jan 7, 2019

  1. display: Added double buffer screen info to display API

    Extend display API screen info with double buffer enum entry.
    
    Signed-off-by: Jan Van Winkel <[email protected]>
    vanwinkeljan committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    48569b0 View commit details
    Browse the repository at this point in the history
  2. gui: Added glue logic for LittlevGL GUI library

    Added glue logic to interface Zephyr with LittlevGL GUI library
    
    This includes:
     * KConfig options for all lvgl options
     * Kernel & user space memory management
     * Zephyr to lvgl FS call mapping
     * Color space conversion function
    
    Signed-off-by: Jan Van Winkel <[email protected]>
    vanwinkeljan committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    8a25ae6 View commit details
    Browse the repository at this point in the history
  3. sample: gui: Added basic sample for lvgl library

    Added a basic sample showing how to use the LittlevGL library in an
    application.
    
    Signed-off-by: Jan Van Winkel <[email protected]>
    vanwinkeljan committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    2a694ed View commit details
    Browse the repository at this point in the history