This commit is contained in:
@ -41,11 +41,11 @@ public:
|
||||
/**
|
||||
* OSD on, external video left untouched.
|
||||
*/
|
||||
bool on();
|
||||
bool on() override;
|
||||
/**
|
||||
* OSD off, external video off.
|
||||
*/
|
||||
bool off();
|
||||
bool off() override;
|
||||
/**
|
||||
* Depending on the font loaded into the Max7456 the output might not be ASCII compatible.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user