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

relative object sizes, plus a configurable reserved area at the top #144

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Habbie
Copy link
Member

@Habbie Habbie commented Dec 15, 2024

the reserved area at the top should (once we stop painting it white)
allow us to run "inside" Toon's qt-gui

this replaces the (already closed) #143 and already does better.
Next steps:

  • instead of manually calculating our size minus the reservation, plus our y coordinate, use a parent lvgl object that holds $reserved rows and passes the rest to our row_and_logs
  • deal with transparency or whatever so we never ever draw a pixel to the reserved area

Next steps for likely a later PR:

  • for toon, we don't need 55 lines, we just need the rectangle for the back button on the top left. Likely we can put some fun status bar on the right 80% of those 55 lines

the reserved area at the top should (once we stop painting it white)
allow us to run "inside" Toon's qt-gui
@Habbie Habbie force-pushed the fbdev-resolution-reserved-top branch from d23fd81 to 0c8e0dc Compare December 15, 2024 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant