Skip to content

Releases: hutasunet/DatavisionLCD

Updated the library.properties file

31 May 07:46
72b42c7
Compare
Choose a tag to compare

Changed author, maintainer and URL names.

Arduino library for Datavision LCD module

15 Dec 17:27
Compare
Choose a tag to compare

Library for wrapper functions in order to control Phico Datavision LCD-display module model no: DV-16215-1-S2RB. Display unit has two 2x16 HD44780-based LCD-screens integrated.

lcd_module

You have to remove solderbridge (from the back of the display) S3 and add solderbridge S2 in order to get this display to work with 9600 baud and inverted logic in Arduino.

Solderbridges indicated with red arrow:
lcd_module2

Tested only with Arduino Uno - no guarantees! :)

Pinout for the display:
1 = VDD (5V)
2 = TX Data (Output from the display, not used)
3 = RX Data (Input to the display, used)
4 = GND (0V)
5 = SelfTest (not used)

#BasicUsage demo
wp_20161215_001

Inverted logic is required for this display, since it's UART "1"-bit is high - hence the SoftwareSerial-library wrapper is created. This display can still be found at ebay.

I have no idea, if these codes would work on other Datavision LCD-modules.