-

Dependencies:   CommandHandler HygroClip2 InterruptBasedEncoder SPI_TFT_ILI9341 mbed-src-no-hal

Revision:
2:81fc8f80fdb4
Parent:
0:9ed7238d49e2
Child:
3:3ef8c2d7b1bf
--- a/GraphScale.h	Tue Feb 16 12:04:21 2016 +0000
+++ b/GraphScale.h	Wed Feb 17 07:30:14 2016 +0000
@@ -9,6 +9,7 @@
     GraphScale(SPI_TFT_ILI9341 * tft, int x, int y, int width, int height, int min, int max, int scaleSteps);
     void draw(int color); 
 private:
+    float scaleY(float value);
     SPI_TFT_ILI9341 * tft_;
     int x_;
     int y_;