Skip to content

klawed/ada-lcd-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

lcd-wrapper

This repo composes the lcd object provided by this excellent library.

Usage

//code here REALLY soon

function initialize()

initializes the board or throws an error as returned by the i2c subsystem

function staticMessage(message)

params: message

  • clear screen and send message to screen. message will be truncated if it is longer than 16 characters

function displayMenu(list,property)

display a list of menu items associated with actions that are invoked when the select button is pressed

TODO

Unit Tests

Mock LCD/LCD Simulator

About

A wrapper for this excellent library: https://github.com/fehmer/adafruit-i2c-lcd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published