diff --git a/oec/display.py b/oec/display.py index 851731d..42c3d7f 100644 --- a/oec/display.py +++ b/oec/display.py @@ -182,7 +182,7 @@ class Display: for chunk in chunks[1:]: commands.append(Data(chunk)) - self.terminal.execute(WriteData(data)) + self.terminal.execute(commands) def _eab_write_alternate(self, data): # The EAB_WRITE_ALTERNATE command data must be split so that the two bytes