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

New Display screen modes: Pin Viewer and Stats #1113

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

mikepparks
Copy link
Contributor

@mikepparks mikepparks commented Aug 12, 2024

Added two new Display screen modes and some minor adjustments to accommodate those changes.

Pin Viewer

  • Displays the pin number and GpioAction definition if one exists.
  • If a pin has no definition, or is assigned/reserved to a non-input pin, it will be listed in a separate section.

Stats

  • Displays the version, build, type of build, board type, and board architecture of the current firmware.

Moved special character definitions to global Display defines.
Included new "Build", "Config", and "Platform" conditionals.
Fixed issue where text rendering would wrap if line was too long. To-Do: add wrapping abilities to tiny_ssd1306.
Copy link
Contributor

@arntsonl arntsonl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very cool little useful screens

@arntsonl arntsonl merged commit c1f7a7e into OpenStickCommunity:main Aug 27, 2024
42 checks passed
@mikepparks mikepparks deleted the 20240811-newscreens branch October 4, 2024 18:55
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.

2 participants