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

update picodvi display modes and default docs #10118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 6 additions & 2 deletions docs/environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,13 @@ Selects the desired resolution and color depth.

Supported resolutions are:
* 640x480 with color depth 1, 2, 4 or 8 bits per pixel
* 320x240 with color depth 8 or 16 bits per pixel
* 320x240 with pixel doubling and color depth 8, 16, or 32 bits per pixel
* 360x200 with pixel doubling and color depth 8, 16, or 32 bits per pixel

The default value, if unspecified, is 320x240 with 16 bits per pixel.
See :py:class:`picodvi.Framebuffer` for more details.

The default value, if unspecified, is 360x200 16 bits per pixel if the connected
display is 1920x1080 or a multiple of it, otherwise 320x240 with 16 bits per pixel.

If height is unspecified, it is set from the width. For example, a width of 640
implies a height of 480.
Expand Down