GBDK 2020 Docs
API Documentation for GBDK 2020
|
Go to the documentation of this file.
29 #define GRAPHICS_WIDTH 160
30 #define GRAPHICS_HEIGHT 144
void gprintln(INT16 number, INT8 radix, INT8 signed_value)
unsigned char UINT8
Definition: types.h:21
INT8 gprintf(char *fmt,...) NONBANKED
signed int INT16
Definition: types.h:24
void plot_point(UINT8 x, UINT8 y)
UINT8 getpix(UINT8 x, UINT8 y)
void mode(UINT8 m) NONBANKED
void box(UINT8 x1, UINT8 y1, UINT8 x2, UINT8 y2, UINT8 style)
void draw_image(unsigned char *data) NONBANKED
void color(UINT8 forecolor, UINT8 backcolor, UINT8 mode)
void line(UINT8 x1, UINT8 y1, UINT8 x2, UINT8 y2)
void gprint(char *str) NONBANKED
void switch_data(UINT8 x, UINT8 y, unsigned char *src, unsigned char *dst) NONBANKED
void circle(UINT8 x, UINT8 y, UINT8 radius, UINT8 style)
void gotogxy(UINT8 x, UINT8 y)
#define NONBANKED
Definition: types.h:11
void gprintn(INT8 number, INT8 radix, INT8 signed_value)
signed char INT8
Definition: types.h:18
void plot(UINT8 x, UINT8 y, UINT8 colour, UINT8 mode)