Skip to content
Snippets Groups Projects
Commit 2646b9e0 authored by Rami Ali's avatar Rami Ali Committed by Damien George
Browse files

docs/library/lcd160cr: Add link to framebuf page.

parent f9d18d96
No related branches found
No related tags found
No related merge requests found
...@@ -304,6 +304,10 @@ Advanced commands ...@@ -304,6 +304,10 @@ Advanced commands
the 16-bit RGB values for the pixels, and they will be written to the area the 16-bit RGB values for the pixels, and they will be written to the area
specified by :meth:`LCD160CR.set_spi_win`, starting from the top-left corner. specified by :meth:`LCD160CR.set_spi_win`, starting from the top-left corner.
The `framebuf <framebuf.html>`_ module can be used to construct frame buffers
and provides drawing primitives. Using a frame buffer will improve
performance of animations when compared to drawing directly to the screen.
.. method:: LCD160CR.set_scroll(on) .. method:: LCD160CR.set_scroll(on)
Turn scrolling on or off. This controls globally whether any window regions will Turn scrolling on or off. This controls globally whether any window regions will
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment