MiniDisplay/FutabaVfd.h
changeset 23 1f607fa8542f
parent 22 ca9e48af31e6
     1.1 --- a/MiniDisplay/FutabaVfd.h	Fri May 30 15:02:15 2014 +0200
     1.2 +++ b/MiniDisplay/FutabaVfd.h	Sun Jun 01 21:15:33 2014 +0200
     1.3 @@ -159,8 +159,9 @@
     1.4  	void ToggleOffScreenMode();
     1.5      void SetOffScreenMode(bool aOn);
     1.6      bool OffScreenMode() const {return iOffScreenMode;}
     1.7 -    void SetFrameDiffAlgo(bool aOn);
     1.8 -    bool FrameDiffAlgo() const {return iUseFrameDiffAlgo;}
     1.9 +    //
    1.10 +    void SetFrameDifferencing(bool aOn){iUseFrameDifferencing=aOn;}
    1.11 +    bool FrameDifferencing() const {return iUseFrameDifferencing;}
    1.12      //
    1.13      bool RequestPending(){return iRequest!=ERequestNone;}
    1.14      Request CurrentRequest(){return iRequest;}
    1.15 @@ -190,7 +191,7 @@
    1.16  	///Though turning it off can be useful for debugging
    1.17  	bool iOffScreenMode;
    1.18      ///Frame differences algo is used to reduce USB bus traffic and improve frame rate in typical use case
    1.19 -    bool iUseFrameDiffAlgo;
    1.20 +    bool iUseFrameDifferencing;
    1.21  	///
    1.22  	//FutabaVfdReport iReport;
    1.23  	///