Skip to content

fjuliofontes/LCD05-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LCD05-Python

Simple API for interacting with I2C based LCD05 display (python)

Functions:

lcd_init()
  -> clear display
  -> set cursor home
  -> disable cursor
  -> turn backlight on
lcd_clear()
  -> clear display
lcd_setBrightness(val)
  -> set brightness to val(0-255)
lcd_setContrast(val)
  -> set contrast to val(0-255)
lcd_home()
  -> set cursor to home
lcd_setCursor(l,c)
  -> set cursor to (l,c) l(1-2) / c(1-16)
lcd_backLight(flag)
  -> in case flag true turn on light
  -> in case flag false turn off light
lcd_noCursor()
  -> disable cursor
lcd_cursorOn()
  -> enable cursor
lcd_print(message,line,adjust)
  -> string message
  -> int line
  -> adjust("center","left","right")

About

Simple code to use I2C LCD05 on python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages