Functions | |
INLINE void | obj_putc2 (int x, int y, int c, u16 attr2, OBJ_ATTR *obj0) |
Write character c to (x, y) in color clr using objects obj0 and on. | |
INLINE void | obj_puts2 (int x, int y, const char *str, u16 attr2, OBJ_ATTR *obj0) |
Write string str to (x, y) in color clr using objects obj0 and on. | |
void | txt_init_obj (OBJ_ATTR *obj0, u16 attr2, u32 clrs, u32 base) |
void | obj_putc (int x, int y, int c, u16 attr2) |
void | obj_puts (int x, int y, const char *str, u16 attr2) |
void | obj_clrs (int x, int y, const char *str) |
INLINE void obj_putc2 | ( | int | x, | |
int | y, | |||
int | c, | |||
u16 | attr2, | |||
OBJ_ATTR * | obj0 | |||
) |
Write character c to (x, y) in color clr using objects obj0 and on.