Skip to content

ontuo/DL2416-Arduino-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Siemens DL2416T Display

Display

Beginning

Creating a new object:

Display display (D0, D1, D2, D3, D4, D5, D6, 
                A0, A1, WR, CU, CUE, CLR, BL);

(Replace D0 ... BL with the corresponding pin numbers ).

Functions

No cursor control.

display.Print(String word);     //Print a word.Remember that only 4 
                                //or fewer letters can be displayed.

display.clear();    //Clear the display.

display.turnOff();      //You can turn off or on the screen (without deleting data).
display.turnOn();
display.setLetter(char letter, int position);   //Output one letter to the desired position.
                                                //Note that the positions on the display are 
                                                //numbered from the right to the left from 3 to 0.

Datasheet

Siemens DL2416T datasheet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages