Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RA8875 by
Diff: RA8875.h
- Revision:
- 50:2c4f474a2453
- Parent:
- 45:679c2fb8480c
- Child:
- 53:86d24b9480b9
diff -r 679c2fb8480c -r 2c4f474a2453 RA8875.h
--- a/RA8875.h Mon Mar 10 23:53:40 2014 +0000
+++ b/RA8875.h Sat Mar 15 17:35:51 2014 +0000
@@ -128,7 +128,7 @@
// at startup, and not at runtime.
//~RA8875();
- /// Select the layer for subsequent commands.
+ /// Select the drawing layer for subsequent commands.
///
/// If the screen configuration is 480 x 272, or if it is 800 x 480
/// and 8-bit color, the the display supports two layers, which can
@@ -144,7 +144,7 @@
/// to in the user manual).
/// @returns success/failure code. @see RetCode_t.
///
- RetCode_t SelectLayer(uint16_t layer);
+ RetCode_t SelectDrawingLayer(uint16_t layer);
/// Set the Layer presentation mode.
///
