#include "pic_utils.h"
#include "config.h"
#include "draw\draw.h"
Go to the source code of this file.
Defines | |
#define | DRAW_BUFFERS 1 |
#define | DRAW_TOTAL_BUFFER_SIZE (DRAW_PIXELS_WIDE * DRAW_PIXELS_HIGH / DRAW_PIXELS_PER_BYTE) |
Functions | |
uns8 | get_draw_buffer (uns16 address) |
void | set_draw_buffer (uns16 address, uns8 data) |
Variables | |
uns8 | draw_buffer0 [DRAW_TOTAL_BUFFER_SIZE] |
#define DRAW_BUFFERS 1 |
Definition at line 20 of file draw_screen_buffer.h.
#define DRAW_TOTAL_BUFFER_SIZE (DRAW_PIXELS_WIDE * DRAW_PIXELS_HIGH / DRAW_PIXELS_PER_BYTE) |
Definition at line 14 of file draw_screen_buffer.h.
Referenced by draw_clear_screen().
uns8 get_draw_buffer | ( | uns16 | address | ) |
Definition at line 33 of file draw_screen_buffer.c.
References draw_buffer0.
Referenced by drv_paint().
void set_draw_buffer | ( | uns16 | address, | |
uns8 | data | |||
) |
Definition at line 55 of file draw_screen_buffer.c.
References draw_buffer0.
uns8 draw_buffer0[DRAW_TOTAL_BUFFER_SIZE] |
Definition at line 8 of file draw_screen_buffer.c.
Referenced by draw_clear_screen(), draw_print_buffer(), draw_set_pixel(), drv_paint(), get_draw_buffer(), and set_draw_buffer().