anki_vector.screen

Vector’s LCD Screen that displays his face.

The screen is 184 x 96 color (RGB565) pixels. The active area is 23.2mm x 12.1mm.

Functions

convert_image_to_screen_data(pil_image)

Convert an image into the correct format to display on Vector's face.

convert_pixels_to_screen_data(pixel_data, ...)

Convert a sequence of pixel data to the correct format to display on Vector's face.

dimensions()

Return the dimension (width, height) of the Screen.

Classes

ScreenComponent(robot)

Handles messaging to control Vector's screen