libmonochrome/man/man3/libmonochrome.3

35 lines
635 B
Groff

.TH libmonochrome 3
.SH NAME
libmonochrome - fast and efficient drawing library for CASIO monochrome calculators
.SH SYNOPSIS
.B #include <monochrome.h>
.B ML_clear_vram();
.B ML_line(0, 0, 127, 63);
.B ML_line(127, 0, 0, 63);
.B ML_display_vram();
.SH DESCRIPTION
libmonochrome provides tools to work with the VRAM and the Display Driver.
.SH SEE ALSO
.BR ML_vram(3),
.BR ML_contrast(3),
.BR ML_Color(3),
.BR ML_pixel(3),
.BR ML_point(3),
.BR ML_line(3),
.BR ML_rectangle(3),
.BR ML_polygon(3),
.BR ML_circle(3),
.BR ML_ellipse(3),
.BR ML_scroll(3),
.BR ML_bmp(3)
.SH AUTHOR
Copyright (C) 2016 by Thomas "CakeIsALie5" Touhey.