draw_screen_buffer.h File Reference

#include "pic_utils.h"
#include "config.h"
#include "draw\draw.h"
Include dependency graph for draw_screen_buffer.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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().


Function Documentation

uns8 get_draw_buffer ( uns16  address  ) 

Definition at line 33 of file draw_screen_buffer.c.

References draw_buffer0.

Referenced by drv_paint().

Here is the caller graph for this function:

void set_draw_buffer ( uns16  address,
uns8  data 
)

Definition at line 55 of file draw_screen_buffer.c.

References draw_buffer0.


Variable Documentation

uns8 draw_buffer0[DRAW_TOTAL_BUFFER_SIZE]

Generated on Wed Dec 8 13:47:03 2010 for Pic Pack by  doxygen 1.6.1