An mbed library for the Embedded Artists QVGA OLED 2.8 inch panel

Revision:
5:b3f5d19945ff
Parent:
4:cd650f08e108
--- a/EAQVGAOLED.h	Tue Feb 15 20:42:43 2011 +0000
+++ b/EAQVGAOLED.h	Wed Mar 09 19:45:23 2011 +0000
@@ -187,7 +187,7 @@
      * @param y0 Starting y position
      * @param x1 Ending x position
      * @param y1 Ending y position
-     * @param colour Outline colour of rectangle
+     * @param colour Filled colour of rectangle
      */
     void fillRectangle(const uint16_t x0, const uint16_t y0, const uint16_t x1, const uint16_t y1, uint16_t colour);