inc/FutabaVfd.h
changeset 21 7d89d719583e
parent 20 23cacc1d17a3
child 22 efa6ff02287c
     1.1 --- a/inc/FutabaVfd.h	Thu May 22 13:46:37 2014 +0200
     1.2 +++ b/inc/FutabaVfd.h	Thu May 22 14:57:11 2014 +0200
     1.3 @@ -110,6 +110,12 @@
     1.4  class GP1212A01A : public GP1212XXXX
     1.5  	{
     1.6  public:
     1.7 +    enum DW
     1.8 +    {
     1.9 +        DW1=12,
    1.10 +        DW2=13
    1.11 +    };
    1.12 +
    1.13  	int Open();
    1.14  	//From FutabaGraphicVfd
    1.15  	virtual int WidthInPixels(){return 256;};
    1.16 @@ -124,6 +130,8 @@
    1.17  	void SetPixelBlock(int aX, int aY, int aHeight, int aSize, unsigned char aValue);
    1.18      void SetPixelBlock(int aX, int aY, int aHeight, int aSize, unsigned char* aPixels);
    1.19      //
    1.20 +    void SetDisplayPosition(DW aDw,int aX, int aY);
    1.21 +    //
    1.22      void RequestId();
    1.23      void RequestFirmwareRevision();
    1.24      void RequestPowerSupplyStatus();