You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library allows an Arduino board to control liquid crystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs.
11
11
12
+
For using with VFD Futaba M242SD was added command for setting brightness:
13
+
14
+
Usage:
15
+
16
+
lcd.bright(LCD_BRIGHT100); // set brightness to 100%
17
+
18
+
lcd.bright(LCD_BRIGHT75); // set brightness to 75%
19
+
20
+
lcd.bright(LCD_BRIGHT50); // set brightness to 50%
21
+
22
+
lcd.bright(LCD_BRIGHT25); // set brightness to 25%
0 commit comments