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: EAQVGAOLED.h
- Revision:
- 2:4babceb1bfc2
- Parent:
- 1:b23bfa1be0d9
- Child:
- 3:ebd9cdd757a2
--- a/EAQVGAOLED.h Sun Feb 13 19:17:00 2011 +0000
+++ b/EAQVGAOLED.h Tue Feb 15 20:31:03 2011 +0000
@@ -96,6 +96,7 @@
/** Set a pixel to the specified colour
*
+ * @ingroup API
* @param x Pixel x position
* @param y Pixel y position
* @param colour Pixel colour
@@ -115,6 +116,8 @@
virtual int height(void) { return 320; }
/** Clear the screen
+ *
+ * @ingroup API
*/
virtual void cls() { fillRectangle(0, 0, width(), height(), _background); }