Add procedures for CW Ident display to OLED driver

This commit is contained in:
phl0 2016-10-20 10:59:12 +02:00
parent ad312fe607
commit 1fa0f5deb6
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -233,6 +233,14 @@ void COLED::clearP25Int()
display.display();
}
void COLED::writeCWInt()
{
}
void COLED::clearCWInt()
{
}
void COLED::close()
{
display.close();