FutabaGP1212.h
changeset 8 5a9dbbc40c6b
child 9 6b08e3e81cf3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/FutabaGP1212.h	Thu Aug 21 21:30:38 2014 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +//
     1.5 +//
     1.6 +//
     1.7 +
     1.8 +#ifndef FUTABA_GP1212_H
     1.9 +#define FUTABA_GP1212_H
    1.10 +
    1.11 +#include "Display.h"
    1.12 +
    1.13 +
    1.14 +/**
    1.15 +Common functionality between GP1212A01A and GP1212A02A
    1.16 +*/
    1.17 +class GP1212XXXX : public GraphicDisplay
    1.18 +	{
    1.19 +public:
    1.20 +	//From FutabaVfd
    1.21 +    virtual int MinBrightness() const {return 0;}
    1.22 +    virtual int MaxBrightness() const {return 5;}
    1.23 +	};
    1.24 +
    1.25 +
    1.26 +
    1.27 +#endif