Skip to content

Commit

Permalink
update picodvi display modes and default docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Mar 6, 2025
1 parent 2af397e commit 77db5b4
Showing 1 changed file with 6 additions and 2 deletions.
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

0 comments on commit 77db5b4

Please sign in to comment.