Maxim Integrated / Mbed OS MAXREFDES155#

Dependencies:   MaximInterface

Revision:
10:71359af61af8
Parent:
8:a0d75dff3c9b
Child:
13:6a6225690c2e
--- a/DisplayGraphicWindow.hpp	Thu Apr 06 15:19:57 2017 -0500
+++ b/DisplayGraphicWindow.hpp	Mon Apr 10 11:55:33 2017 -0500
@@ -49,7 +49,7 @@
     
 protected:
     virtual void resized();
-    virtual void doRender(Bitmap & bitmap) const;
+    virtual void doRender(Bitmap & bitmap, int xOffset, int yOffset) const;
     
 private:
     void returnClicked();