Filip Stanis
Results
31
issues of
Filip Stanis
Looking at the code for `refresh` in `viewport`, it seems it will call `self._device.display` even when there's nothing to do: https://github.com/rm-hull/luma.core/blob/6b69584e41a286ef09bab4a371b407120fb27f9b/luma/core/virtual.py#L113-L127 Since this function is usually called often (i.e. once...