Skip to content
Snippets Groups Projects
Commit fcab4356 authored by Damien George's avatar Damien George
Browse files

docs/library/framebuf: Fix typo in bit-width for MVLSB description.

parent 23a693ec
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ Constructors ...@@ -39,7 +39,7 @@ Constructors
- `height` is the height of the FrameBuffer in pixels - `height` is the height of the FrameBuffer in pixels
- `format` specifies the type of pixel used in the FrameBuffer; - `format` specifies the type of pixel used in the FrameBuffer;
valid values are ``framebuf.MVLSB``, ``framebuf.RGB565`` valid values are ``framebuf.MVLSB``, ``framebuf.RGB565``
and ``framebuf.GS4_HMSB``. MVLSB is monochrome 8-bit color, and ``framebuf.GS4_HMSB``. MVLSB is monochrome 1-bit color,
RGB565 is RGB 16-bit color, and GS4_HMSB is grayscale 4-bit color. RGB565 is RGB 16-bit color, and GS4_HMSB is grayscale 4-bit color.
Where a color value c is passed to a method, c is a small integer Where a color value c is passed to a method, c is a small integer
with an encoding that is dependent on the format of the FrameBuffer. with an encoding that is dependent on the format of the FrameBuffer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment