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

Updates for the boot GUI #189

Merged
merged 8 commits into from Jul 28, 2020

Conversation

samueldr
Copy link
Member

@samueldr samueldr commented Jul 26, 2020

This adds:

  • Touch-specific cursor that "unclutters" away
  • Keyboard driven navigation
  • Volume-keys/power driven navigation

This fixes:

  • Accidental mouse cursor on some devices (oneplus-oneplus3)

There isn't much to show, but along the way some other misc. changes happened

  • Icons for the battery status
  • Battery status in boot gui (previously part of examples/hello)
  • Shared codebase for the UIs

The latter point is quite nice, as it reduces the amount of code specific to one component, and is the next step in the direction of implementing even more complex interfaces during early boot.

This was all done with the goal of soon adding more to the boot flow.

The main noticeable things are:

  • New line of text under the logo
  • The generations list is in a "sub menu", rather than "as a tab"

image

At this point, we're "officially" not using LVGL anymore. The core still is basically LVGL, but now the API is diverging.

Not shown: all the code part of lvgui and mruby-lvgui.

@samueldr samueldr merged commit af98ded into NixOS:master Jul 28, 2020
@samueldr samueldr deleted the feature/periodic-gui-refresh branch July 28, 2020 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant