EE445M RTOS
Taken at the University of Texas Spring 2015
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
graphics2d.h
Go to the documentation of this file.
1
#ifndef __GRAPHICS_2D__
2
#define __GRAPHICS_2D__
3
4
#include "
libstd/defines.h
"
5
#include "
libframebuffer/framebuffer.h
"
6
11
void
G2Draw
(
framebuffer
);
12
18
unsigned
char
*
G2ConvertFBToRITFormat
(
framebuffer
);
19
20
#endif
/* __GRAPHICS_2D__ */
framebuffer.h
framebuffer
char ** framebuffer
Definition:
framebuffer.h:12
defines.h
G2Draw
void G2Draw(framebuffer)
Definition:
graphics2d.c:49
G2ConvertFBToRITFormat
unsigned char * G2ConvertFBToRITFormat(framebuffer)
Definition:
graphics2d.c:23
lib
libgraphics2d
graphics2d.h
Generated on Fri Mar 13 2015 21:18:37 for EE445M RTOS by
1.8.9.1