KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
74:686faa218914
Parent:
73:f22a18707b5e
Child:
75:ca78388cfd77
--- a/RA8875.h	Sun Nov 09 18:52:46 2014 +0000
+++ b/RA8875.h	Sun Nov 09 20:38:49 2014 +0000
@@ -1313,6 +1313,11 @@
     /// This method captures the specified area as a 24-bit bitmap file,
     /// including the option of layer selection.
     ///
+    /// @caution This method is deprecated as the alternate PrintScreen API
+    ///         automatically examines the display layer configuration.
+    ///         Therefore, calls to this API will ignore the layer parameter
+    ///         and automatically execute the other method.
+    ///
     /// Even though this is a 16-bit display, the stored image is in
     /// 24-bit format.
     ///