-
Notifications
You must be signed in to change notification settings - Fork 1
micfloy/LCD_Driver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Device driver for LCD display on the MSP430. This LCD display is 2x8 characters. This library has 8 functions the user may implement. void initSPI() initializes the MSP430 to interact with the LCD. void initLCD() initializes the LCD display. void LCDclear() clears the LCD to be written to. void setCursorLine1() prepares to write to the top line of the LCD. void setCursorLine2() prepares to write to the bottom line of the LCD. void writeChar(char singleChar) writes a character to the LCD display. void writeString(char*string) writes a string to the LCD display. void scrollString(char*string1, char*string2, int screenSizeInChars) scrolls two strings across the bottom and top of the LCD display.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published