lcd4linux: migrate lcd4linux(bool) to class member

This commit is contained in:
2021-06-08 16:55:35 +02:00
parent 30416f9e47
commit f968bc0b40
2 changed files with 2 additions and 3 deletions

View File

@@ -1246,7 +1246,7 @@ std::string CLCD4l::hexStrA2A(unsigned char data)
return std::string(hexstr);
}
void lcd4linux(bool run)
void CLCD4l::lcd4linux(bool run)
{
const char *buf = "lcd4linux";
const char *conf = "/etc/lcd4linux.conf";