Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/source/overview/rendering/graphical-display.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Features
- Buffered drawing with renderer-managed frame flushing
- Per-item custom fonts (any U8g2 font)

Menu integration
----------------

``MenuScreen`` provides viewport and active-item context to graphical renderers
through ``GraphicalRendererContext``. This lets the renderer recompute visible
rows and value-column widths when fonts differ per item.

Basic usage
-----------

Expand Down
Loading
Loading