Skip to content

Commit 2646b9e

Browse files
flowergrassdpgeorge
authored andcommitted
docs/library/lcd160cr: Add link to framebuf page.
1 parent f9d18d9 commit 2646b9e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/library/lcd160cr.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ Advanced commands
304304
the 16-bit RGB values for the pixels, and they will be written to the area
305305
specified by :meth:`LCD160CR.set_spi_win`, starting from the top-left corner.
306306

307+
The `framebuf <framebuf.html>`_ module can be used to construct frame buffers
308+
and provides drawing primitives. Using a frame buffer will improve
309+
performance of animations when compared to drawing directly to the screen.
310+
307311
.. method:: LCD160CR.set_scroll(on)
308312

309313
Turn scrolling on or off. This controls globally whether any window regions will

0 commit comments

Comments
 (0)