Commit for SWO for HW validation menu updates
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@245 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -136,6 +136,12 @@ ErrorStatus Display_clearScreen(struct Display* self)
|
||||
}
|
||||
|
||||
|
||||
ErrorStatus Display_clearLine(struct Display* self, size_t line)
|
||||
{
|
||||
return DisplayDevice_clearLine(self->displayDevice, line);
|
||||
}
|
||||
|
||||
|
||||
ErrorStatus Display_setState(struct Display* self, DisplayDevice_functionalState state)
|
||||
{
|
||||
return DisplayDevice_setState(self->displayDevice, state);
|
||||
|
||||
Reference in New Issue
Block a user