.TH ML_Contrast 3 .SH NAME ML_Contrast - Screen contrast setting functions from libmonochrome .SH SYNOPSIS .B #include .B #define ML_CONTRAST_MIN 130 .B #define ML_CONTRAST_NORMAL 168 .B #define ML_CONTRAST_MAX 190 .B void ML_set_contrast(unsigned char contrast); .B unsigned char ML_get_contrast(); .SH DESCRIPTION Those functions set the contrast of the screen. This contrast must be greater than ML_CONTRAST_MIN and lesser then ML_CONTRAST_MAX. .SH SEE ALSO .BR libmonochrome(3) .SH AUTHOR Copyright (C) 2016 by Thomas "CakeIsALie5" Touhey.