forked from brmlab/brmbar-github
Added simple pixel graphics
Signed-off-by: Cestmir Houska <czestmyr@gmail.com>
This commit is contained in:
parent
a251f6682c
commit
4d23ff7e7a
3 changed files with 51 additions and 2 deletions
14
gfx.h
Normal file
14
gfx.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef _BRMBAR_GRAPHIX_H_
|
||||
#define _BRMBAR_GRAPHIX_H_
|
||||
|
||||
#define COL_WHITE 15
|
||||
#define COL_BLACK 0
|
||||
|
||||
extern void init_graphics();
|
||||
|
||||
extern void put_pixel(x, y, color);
|
||||
|
||||
extern void deinit_graphics();
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue