Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

IntellisenseLab/TextLCD

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
13 Commits
 
 
 
 
 
 

Repository files navigation

TextLCD

Updated Simon Ford/TextLCD library to support for the MbedOS 6.9.0 API. Tested using PlatformIO Core 6.1.3.

Importing

Add the following line to platformio.ini

lib_deps = https://github.com/KalanaRatnayake/TextLCD

Example

int main() 
{
    TextLCD	lcd(PE_2, PE_3, PE_4, PE_5, PE_6, PC_13, TextLCD::LCD16x2);

    lcd.display("oneline", 2000000);
    
    lcd.display("firstline", "secondline", 2000000);

    while(1)
    {
        // code
    }
}

About

TextLCD library for MbedOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.