X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/5addeea21db64285a19902913dde42a98546625c..57ea21d338a7a66874fe56f01fb8644f43f7f14b:/paralleldisplay.py 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