From 2646b9e0224a9d41932f8d8b819897b4482bbc3b Mon Sep 17 00:00:00 2001
From: Rami Ali <flowergrass@users.noreply.github.com>
Date: Mon, 27 Feb 2017 17:17:45 +1100
Subject: [PATCH] docs/library/lcd160cr: Add link to framebuf page.
---
docs/library/lcd160cr.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/library/lcd160cr.rst b/docs/library/lcd160cr.rst
index a04f39882..76828d32d 100644
--- a/docs/library/lcd160cr.rst
+++ b/docs/library/lcd160cr.rst
@@ -304,6 +304,10 @@ Advanced commands
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.
+ 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)
Turn scrolling on or off. This controls globally whether any window regions will
--
GitLab