From 1fa0f5deb602be4736134132ae74b120e7d91db0 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 20 Oct 2016 10:59:12 +0200 Subject: [PATCH] Add procedures for CW Ident display to OLED driver --- OLED.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OLED.cpp b/OLED.cpp index ac15908..bcfc00f 100644 --- a/OLED.cpp +++ b/OLED.cpp @@ -233,6 +233,14 @@ void COLED::clearP25Int() display.display(); } +void COLED::writeCWInt() +{ +} + +void COLED::clearCWInt() +{ +} + void COLED::close() { display.close();