Oliver Broad / Mbed 2 deprecated LCD_nonblocking_demo

Dependencies:   mbed

Fork of LCD_nonblocking_demo by Oliver Broad

History

Moved classes out of main default tip

2013-11-20, by oliverb [Wed, 20 Nov 2013 12:52:19 +0000] rev 3

Moved classes out of main


Updated to support newline and "locate" command.

2013-11-20, by oliverb [Wed, 20 Nov 2013 11:07:09 +0000] rev 2

Updated to support newline and "locate" command.


This is a very "rough and ready" attempt at a buffered LCD driver, currently it should be able to initialise and write characters without obstructing main program flow. Buffer is 40 characters, non-circular.;

2013-11-18, by oliverb [Mon, 18 Nov 2013 13:58:53 +0000] rev 1

This is a very "rough and ready" attempt at a buffered LCD driver, currently it should be able to initialise and write characters without obstructing main program flow. Buffer is 40 characters, non-circular.;


First version to use buffering

2013-11-18, by oliverb [Mon, 18 Nov 2013 13:49:59 +0000] rev 0

First version to use buffering