"""Extract the pixels from a single row"""
for x in range(0, self._width):
_rgb_565 = self._rgb_tuple_to_rgb565(self._buffer.getpixel((x, y)))
"""Extract the pixels from a single row"""
for x in range(0, self._width):
_rgb_565 = self._rgb_tuple_to_rgb565(self._buffer.getpixel((x, y)))