X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/11e8cc62b210c761fd42e6cca723835654811776..b6c1453b93053cbf2fb6aae6f09fdb8f9b9e4345:/paralleldisplay.py?ds=inline diff --git a/paralleldisplay.py b/paralleldisplay.py index 8cfa87e..4e828cc 100644 --- a/paralleldisplay.py +++ b/paralleldisplay.py @@ -77,9 +77,11 @@ class ParallelBus: ) -> None: pass + def _free(self) -> bool: + """Attempt to free the bus and return False if busy""" + def _begin_transaction(self) -> bool: - # pylint: disable=no-self-use - return True + pass def _end_transaction(self) -> None: pass