File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -158,9 +158,13 @@ Selects the desired resolution and color depth.
158158
159159Supported 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
165169If height is unspecified, it is set from the width. For example, a width of 640
166170implies a height of 480.
You can’t perform that action at this time.
0 commit comments