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.
Diff: GraphicsDisplay.h
- Revision:
- 55:dfbabef7003e
- Parent:
- 42:7cbdfd2bbfc5
- Child:
- 61:8f3153bf0baa
--- a/GraphicsDisplay.h Sun Mar 23 17:35:14 2014 +0000
+++ b/GraphicsDisplay.h Sun Mar 30 23:37:41 2014 +0000
@@ -174,7 +174,7 @@
/// @param pixel is a color value to be put on the screen.
/// @returns error code.
///
- virtual RetCode_t putp(color_t pixel);
+ virtual RetCode_t _putp(color_t pixel);
virtual void fill(int x, int y, int w, int h, color_t color);