libmonochrome/doc/ML_contrast.3.txt

33 lines
679 B
Plaintext

ML_CONTRAST(3)
==============
Thomas "Cakeisalie5" Touhey
:Email: thomas@touhey.fr
:man source: libmonochrome
:man manual: libmonochrome manual
NAME
----
ML_set_contrast, ML_get_contrast - Screen contrast setting and getting functions from libmonochrome
SYNOPSIS
--------
[source,c]
----
#include <monochrome.h>
#define ML_CONTRAST_MIN 130
#define ML_CONTRAST_NORMAL 168
#define ML_CONTRAST_MAX 190
void ML_set_contrast(unsigned char contrast);
unsigned char ML_get_contrast();
----
DESCRIPTION
-----------
Those functions set the contrast of the screen. This contrast must be greater
than ML_CONTRAST_MIN and lesser then ML_CONTRAST_MAX.
SEE ALSO
--------
libmonochrome(3)