From 757a0bfeb289b4c5d4af6b9d7abc05731e347c1c Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 4 Nov 2016 08:56:39 +0100 Subject: [PATCH] Fix OLED header file (ref. b69336d) --- OLED.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OLED.h b/OLED.h index e6490c6..baeb8f2 100644 --- a/OLED.h +++ b/OLED.h @@ -37,7 +37,7 @@ class COLED : public CDisplay { public: - COLED(unsigned char displayType, unsigned char displayBrighness, unsigned char displayInvert); + COLED(unsigned char displayType, unsigned char displayBrighness, bool displayInvert); virtual ~COLED(); virtual bool open();