diff options
Diffstat (limited to 'docs/library/framebuf.rst')
-rw-r--r-- | docs/library/framebuf.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/library/framebuf.rst b/docs/library/framebuf.rst index 74c9f8564..4f0026e38 100644 --- a/docs/library/framebuf.rst +++ b/docs/library/framebuf.rst @@ -148,6 +148,10 @@ Constants Red Green Blue (16-bit, 5+6+5) color format +.. data:: framebuf.GS2_HMSB + + Grayscale (2-bit) color format + .. data:: framebuf.GS4_HMSB Grayscale (4-bit) color format |