MiniDisplay/FutabaVfd.h
changeset 11 b935de604982
parent 9 52372bbbc0f8
child 18 79801cc3bc94
     1.1 --- a/MiniDisplay/FutabaVfd.h	Wed May 28 17:08:47 2014 +0200
     1.2 +++ b/MiniDisplay/FutabaVfd.h	Wed May 28 18:44:15 2014 +0200
     1.3 @@ -145,8 +145,11 @@
     1.4  	//Specific to GP1212A01A
     1.5  	void SetPixelBlock(unsigned char aX, unsigned char aY, int aHeight, int aSize, unsigned char aValue);
     1.6      void SetPixelBlock(unsigned char aX, unsigned char aY, int aHeight, int aSize, unsigned char* aPixels);
     1.7 +    //Define display position within our display RAM
     1.8 +	void SetDisplayPosition(unsigned char aX, unsigned char aY);
     1.9 +    unsigned char DisplayPositionX() const {return iDisplayPositionX;}
    1.10 +    unsigned char DisplayPositionY() const {return iDisplayPositionY;}
    1.11      //
    1.12 -	void SetDisplayPosition(unsigned char aX, unsigned char aY);
    1.13  	void SwapBuffers();
    1.14      //
    1.15      void RequestDeviceId();