Contrast -> Brightness
As it makes a little more sense in a 1 bit display
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
static void setRotation(bool leftHanded); // Set the rotation for the screen
|
||||
// Get the current rotation of the LCD
|
||||
static bool getRotation() { return inLeftHandedMode; }
|
||||
static void setContrast(uint8_t contrast);
|
||||
static void setBrightness(uint8_t contrast);
|
||||
static void setInverseDisplay(bool inverted);
|
||||
static int16_t getCursorX() { return cursor_x; }
|
||||
static void print(const char *string, FontStyle fontStyle); // Draw a string to the current location, with selected font
|
||||
|
||||
Reference in New Issue
Block a user