8000 Merge pull request #10118 from FoamyGuy/picodvi_display_docs · cmarxmeier/circuitpython@b9480f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9480f0

Browse files
authored
Merge pull request adafruit#10118 from FoamyGuy/picodvi_display_docs
update picodvi display modes and default docs
2 parents 4e519a9 + 77db5b4 commit b9480f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/environment.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,13 @@ Selects the desired resolution and color depth.
158158

159159
Supported resolutions are:
160160
* 640x480 with color depth 1, 2, 4 or 8 bits per pixel
161-
* 320x240 with color depth 8 or 16 bits per pixel
161+
* 320x240 with pixel doubling and color depth 8, 16, or 32 bits per pixel
162+
* 360x200 with pixel doubling and color depth 8, 16, or 32 bits per pixel
162163

163-
The default value, if unspecified, is 320x240 with 16 bits per pixel.
164+
See :py:class:`picodvi.Framebuffer` for more details.
165+
166+
The default value, if unspecified, is 360x200 16 bits per pixel if the connected
167+
display is 1920x1080 or a multiple of it, otherwise 320x240 with 16 bits per pixel.
164168

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

0 commit comments

Comments
 (0)
0