Skip to content

Commit 2995096

Browse files
authored
Update README.adoc
1 parent ff9fc5b commit 2995096

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.adoc

+16
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/
99

1010
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.
1111

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%
23+
24+
Datasheet: https://www.mouser.com/datasheet/2/921/Futaba-06-11-2019-Futaba_VFD_Modules-1602274.pdf
25+
26+
27+
1228
For more information about this library please visit us at
1329

1430
https://www.arduino.cc/en/Reference/{repository-name}

0 commit comments

Comments
 (0)