thingz.thingz_display.Raw
Thingz Display Raw
- class thingz.thingz_display.Raw.Raw
Use the LCD to display graphical elements
- class thingz.thingz_display.Raw.Img(x: int, y: int, path: str, white_replacement: int)
Create an image and print it to the screen
- Parameters:
- show(show: bool) None
Show/Hide the image
- Parameters:
show (bool) – Show the image if True hide if False
- class thingz.thingz_display.Raw.Rect(x: int, y: int, width: int, height: int, color: int)
Create a rectangle and print it to the screen
- Parameters: