We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4562e1 commit 41720daCopy full SHA for 41720da
ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -179,7 +179,7 @@ MP_PROPERTY_GETTER(picodvi_framebuffer_height_obj,
179
(mp_obj_t)&picodvi_framebuffer_get_height_obj);
180
181
//| color_depth: int
182
-//| """The width of the framebuffer, in pixels. It may be doubled for output."""
+//| """The color depth of the framebuffer."""
183
static mp_obj_t picodvi_framebuffer_get_color_depth(mp_obj_t self_in) {
184
picodvi_framebuffer_obj_t *self = (picodvi_framebuffer_obj_t *)self_in;
185
check_for_deinit(self);
0 commit comments