EE445M RTOS
Taken at the University of Texas Spring 2015
graphics2d.h
Go to the documentation of this file.
1 #ifndef __GRAPHICS_2D__
2 #define __GRAPHICS_2D__
3 
4 #include "libstd/defines.h"
6 
11 void G2Draw(framebuffer);
12 
18 unsigned char* G2ConvertFBToRITFormat(framebuffer);
19 
20 #endif /* __GRAPHICS_2D__ */
char ** framebuffer
Definition: framebuffer.h:12
void G2Draw(framebuffer)
Definition: graphics2d.c:49
unsigned char * G2ConvertFBToRITFormat(framebuffer)
Definition: graphics2d.c:23