Skip to content

Commit fcab435

Browse files
committed
docs/library/framebuf: Fix typo in bit-width for MVLSB description.
1 parent 23a693e commit fcab435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/framebuf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Constructors
3939
- `height` is the height of the FrameBuffer in pixels
4040
- `format` specifies the type of pixel used in the FrameBuffer;
4141
valid values are ``framebuf.MVLSB``, ``framebuf.RGB565``
42-
and ``framebuf.GS4_HMSB``. MVLSB is monochrome 8-bit color,
42+
and ``framebuf.GS4_HMSB``. MVLSB is monochrome 1-bit color,
4343
RGB565 is RGB 16-bit color, and GS4_HMSB is grayscale 4-bit color.
4444
Where a color value c is passed to a method, c is a small integer
4545
with an encoding that is dependent on the format of the FrameBuffer.

0 commit comments

Comments
 (0)