Add optional clocking for the displays.

This commit is contained in:
Jonathan Naylor
2016-05-21 12:28:09 +01:00
parent 05a750bf60
commit 90772a2a9b
4 changed files with 14 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ protected:
virtual void writeFusionInt(const char* source, const char* dest, const char* type, const char* origin);
virtual void clearFusionInt();
virtual void clockInt(unsigned int ms);
private:
unsigned int m_rows;
unsigned int m_cols;