1 parent 23a693e commit fcab435Copy full SHA for fcab435
1 file changed
docs/library/framebuf.rst
@@ -39,7 +39,7 @@ Constructors
39
- `height` is the height of the FrameBuffer in pixels
40
- `format` specifies the type of pixel used in the FrameBuffer;
41
valid values are ``framebuf.MVLSB``, ``framebuf.RGB565``
42
- and ``framebuf.GS4_HMSB``. MVLSB is monochrome 8-bit color,
+ and ``framebuf.GS4_HMSB``. MVLSB is monochrome 1-bit color,
43
RGB565 is RGB 16-bit color, and GS4_HMSB is grayscale 4-bit color.
44
Where a color value c is passed to a method, c is a small integer
45
with an encoding that is dependent on the format of the FrameBuffer.
0 commit comments