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

LVGL: Add native_posix input driver #22426

Merged
merged 2 commits into from
Mar 11, 2020

Commits on Mar 11, 2020

  1. drivers: kscan: Introduce SDL mouse driver

    Introduces a new SDL mouse driver for the keyboard scan (kscan)
    interface. Driver is implemented as SDL event filter
    
    Signed-off-by: Pavlo Hamov <pavlo_hamov@jabil.com>
    Pavlo Hamov authored and Pavlo Hamov committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b2e5440 View commit details
    Browse the repository at this point in the history
  2. samples: display: lvgl use posix input, remove defaults

    Add support of SDL mouse events as input for the LVGL
    platforms: native_posix(_64)
    
    Signed-off-by: Pavlo Hamov <pasha.gamov@gmail.com>
    pavlohamov authored and Pavlo Hamov committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    69e032d View commit details
    Browse the repository at this point in the history