| __init__(self) | thingz.ColoredScreen | |
| color_565(self, red, green, blue) | thingz.ColoredScreen | |
| cursor_out_of_screen(self) | thingz.ColoredScreen | |
| draw_char(self, x, y, c, color, bg, size) | thingz.ColoredScreen | |
| draw_circle(self, x0, y0, r) | thingz.ColoredScreen | |
| draw_fast_h_line(self, x, y, w, color) | thingz.ColoredScreen | |
| draw_fast_v_line(self, x, y, h, color) | thingz.ColoredScreen | |
| draw_line(self, x0, y0, x1, y1, color) | thingz.ColoredScreen | |
| draw_pixel(self, x, y, color) | thingz.ColoredScreen | |
| draw_rect(self, x, y, w, h, color) | thingz.ColoredScreen | |
| draw_round_rect(self, x, y, w, h, r, color) | thingz.ColoredScreen | |
| draw_triangle(self, x0, y0, x1, y1, x2, y2, color) | thingz.ColoredScreen | |
| fill_circle(self, x0, y0, r, color) | thingz.ColoredScreen | |
| fill_rect(self, x, y, w, h, color) | thingz.ColoredScreen | |
| fill_round_rect(self, x, y, w, h, r, color) | thingz.ColoredScreen | |
| fill_screen(self, color) | thingz.ColoredScreen | |
| fill_triangle(self, x0, y0, x1, y1, x2, y2, color) | thingz.ColoredScreen | |
| get_cursor_x(self) | thingz.ColoredScreen | |
| get_cursor_y(self) | thingz.ColoredScreen | |
| invert_display(self, i) | thingz.ColoredScreen | |
| print(self, elem) | thingz.ColoredScreen | |
| println(self, elem) | thingz.ColoredScreen | |
| set_cursor(self, x, y) | thingz.ColoredScreen | |
| set_rotation(self, m) | thingz.ColoredScreen | |
| set_text_color(self, c) | thingz.ColoredScreen | |
| set_text_size(self, s) | thingz.ColoredScreen | |