Forked para SNOCC
Fork of RA8875 by
Diff: GraphicsDisplay.h
- Revision:
- 72:ecffe56af969
- Parent:
- 61:8f3153bf0baa
- Child:
- 73:f22a18707b5e
diff -r dcac8efd842d -r ecffe56af969 GraphicsDisplay.h --- a/GraphicsDisplay.h Sat Oct 04 17:45:50 2014 +0000 +++ b/GraphicsDisplay.h Sat Oct 11 17:24:29 2014 +0000 @@ -299,19 +299,6 @@ RetCode_t RenderIconFile(loc_t x, loc_t y, const char *Name_ICO); - /// This method captures the specified area as a 24-bit bitmap file. - /// - /// Even though this is a 16-bit display, the stored image is in - /// 24-bit format. - /// - /// @param x is the left edge of the region to capture - /// @param y is the top edge of the region to capture - /// @param w is the width of the region to capture - /// @param h is the height of the region to capture. - /// @return success or error code. - /// - RetCode_t PrintScreen(loc_t x, loc_t y, dim_t w, dim_t h, const char *Name_BMP); - /// prints one character at the specified coordinates. /// /// This will print the character at the specified pixel coordinates.