libmonochrome/doc/libmonochrome.3.txt

43 lines
726 B
Plaintext

LIBMONOCHROME(3)
================
Thomas "Cakeisalie5" Touhey
:Email: thomas@touhey.fr
:man source: libmonochrome
:man manual: libmonochrome manual
NAME
----
libmonochrome - fast and efficient drawing library for CASIO monochrome calculators
SYNOPSIS
--------
[source,c]
----
#include <monochrome.h>
ML_clear_vram();
ML_line(0, 0, 127, 63);
ML_line(127, 0, 0, 63);
ML_display_vram();
----
DESCRIPTION
-----------
libmonochrome provides tools to work with the VRAM and the Display Driver.
SEE ALSO
--------
*ML_vram_address*(3),
*ML_get_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_horizontal_scroll*(3),
*ML_bmp_or*(3)