| __init__(self, parent) | vex.BrainLcd | |
| clear_line(self, number=None, color=None) | vex.BrainLcd | |
| clear_line_hue(self, number, hue) | vex.BrainLcd | |
| clear_screen(self, color=None) | vex.BrainLcd | |
| clear_screen_hue(self, hue) | vex.BrainLcd | |
| column(self) | vex.BrainLcd | |
| draw_bitmap(self, bitmap, x=0, y=0) | vex.BrainLcd | |
| draw_circle(self, x, y, radius, color=None) | vex.BrainLcd | |
| draw_circle_hue(self, x, y, radius, hue) | vex.BrainLcd | |
| draw_eyes(self, eyes) | vex.BrainLcd | |
| draw_image_from_buffer(self, buffer, x=0, y=0) | vex.BrainLcd | |
| draw_image_from_buffer_raw(self, buffer, x, y, width, height) | vex.BrainLcd | |
| draw_image_from_file(self, filename, x=0, y=0) | vex.BrainLcd | |
| draw_line(self, x1, y1, x2, y2) | vex.BrainLcd | |
| draw_pixel(self, x, y) | vex.BrainLcd | |
| draw_rectangle(self, x, y, width, height, color=None) | vex.BrainLcd | |
| draw_rectangle_hue(self, x, y, width, height, hue) | vex.BrainLcd | |
| get_string_height(self, text) | vex.BrainLcd | |
| get_string_width(self, text) | vex.BrainLcd | |
| new_line(self) | vex.BrainLcd | |
| pressing(self) | vex.BrainLcd | |
| print_(self, text, new_line=True) | vex.BrainLcd | |
| print_at(self, x, y, opaque, text) | vex.BrainLcd | |
| print_line(self, number, text) | vex.BrainLcd | |
| render(self, vsync_wait=True) | vex.BrainLcd | |
| row(self) | vex.BrainLcd | |
| set_cursor(self, row, col) | vex.BrainLcd | |
| set_fill_color(self, color) | vex.BrainLcd | |
| set_fill_color_hue(self, color) | vex.BrainLcd | |
| set_font(self, font) | vex.BrainLcd | |
| set_origin(self, x, y) | vex.BrainLcd | |
| set_pen_color(self, color) | vex.BrainLcd | |
| set_pen_color_hue(self, hue) | vex.BrainLcd | |
| set_pen_width(self, width) | vex.BrainLcd | |
| x_position(self) | vex.BrainLcd | |
| y_position(self) | vex.BrainLcd | |