Skip to content

Document graphical display renderer#421

Merged
forntoh merged 7 commits into
feat/graphical-displayfrom
gd/15-graphical-docs
May 27, 2026
Merged

Document graphical display renderer#421
forntoh merged 7 commits into
feat/graphical-displayfrom
gd/15-graphical-docs

Conversation

@forntoh
Copy link
Copy Markdown
Owner

@forntoh forntoh commented May 27, 2026

Summary

  • expand GraphicalDisplayRenderer documentation with U8g2 display support, fonts, glyphs, layout, highlighting, indicators, scrollbar, and frame buffering
  • convert existing character-display media examples to tabbed sections with future graphical-display placeholders
  • preserve existing 16x2 I2C character display screenshots/GIFs and avoid broken image references for missing graphical assets

Checks

  • make html from docs/ succeeded with existing unrelated warnings
  • git diff --cached --check before commit

Notes

  • graphical display placeholder tabs describe expected future filenames only; no missing image directives were added
  • unrelated local files remain uncommitted/excluded: diagram.json, wokwi.toml, examples/Widgets/Widgets.ino, bin/, docs/source/reference/samples/, solo.yml

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 27, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: a4b99e19-7a5a-410f-8c8e-cf33301a2950

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch gd/15-graphical-docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@forntoh forntoh merged commit ae07c0c into feat/graphical-display May 27, 2026
5 checks passed
@forntoh forntoh deleted the gd/15-graphical-docs branch May 27, 2026 20:51
forntoh added a commit that referenced this pull request May 28, 2026
## Preview

![Graphical display
demo](https://raw.githubusercontent.com/forntoh/LcdMenu/feat/graphical-display/docs/source/images/home-graphical-display.gif)

## Summary
- add graphical display rendering through `GraphicalDisplayRenderer` and
U8g2-backed display adapters
- add renderer lifecycle/context extensions, graphical item
capabilities, fonts, glyphs, indicators, scrollbars, toggles, and
value-selection rendering
- add graphical examples for SSD1306 and ST7920 displays
- document graphical display setup, item behavior, and README/homepage
demos
- fix input item value ownership so default-empty inputs do not crash on
first typed character

## Verification
- feature branch PR checks passed across the staged graphical-display
PRs
- final branch includes docs/media updates and input crash fix from PRs
#421 and #422

Closes #382
Resolves #210
Resolves #200
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