mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
simple_display: let clear() really clear the display
This commit is contained in:
@@ -450,6 +450,7 @@ void CLCD::Clear()
|
|||||||
if(ret < 0)
|
if(ret < 0)
|
||||||
perror("[neutrino] spark_led Clear() VFDDISPLAYCLR");
|
perror("[neutrino] spark_led Clear() VFDDISPLAYCLR");
|
||||||
close(fd);
|
close(fd);
|
||||||
|
servicename.clear();
|
||||||
printf("spark_led:%s\n", __func__);
|
printf("spark_led:%s\n", __func__);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user