'\" t .\" Title: libmonochrome .\" Author: Thomas "Cakeisalie5" Touhey .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: 07/18/2016 .\" Manual: libmonochrome .\" Source: libmonochrome 1.0 .\" Language: English .\" .TH "LIBMONOCHROME" "3" "07/18/2016" "libmonochrome 1\&.0" "libmonochrome" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" libmonochrome \- fast and efficient drawing library for CASIO monochrome calculators .SH "SYNOPSIS" .sp .nf #include ML_clear_vram(); ML_line(0, 0, 127, 63); ML_line(127, 0, 0, 63); ML_display_vram(); .fi .SH "DESCRIPTION" .sp libmonochrome provides tools to work with the VRAM and the Display Driver\&. .SH "SEE ALSO" .sp ML_vram(3), ML_contrast(3), ML_Color(3), ML_pixel(3), ML_point(3), ML_line(3), ML_rectangle(3), ML_polygon(3), ML_circle(3), ML_ellipse(3), ML_scroll(3), ML_bmp(3) .SH "AUTHOR" .PP \fBThomas "Cakeisalie5" Touhey\fR <\&thomas@touhey\&.fr\&> .RS 4 Author. .RE