-nil-
Fork of SLCD by
History
20141002_2215 modified
2014-10-02, by salemtang [Thu, 02 Oct 2014 13:14:49 +0000] rev 13
20141002_2215 modified
20140930_0055 modified
2014-09-29, by salemtang [Mon, 29 Sep 2014 15:54:39 +0000] rev 12
20140930_0055 modified
20140930_0023 modified
2014-09-29, by salemtang [Mon, 29 Sep 2014 15:23:49 +0000] rev 11
20140930_0023 modified
Documentation updated
2014-03-23, by Tomo2k [Sun, 23 Mar 2014 19:55:14 +0000] rev 10
Documentation updated
Added #pragma once guards
2014-03-23, by Tomo2k [Sun, 23 Mar 2014 19:10:10 +0000] rev 9
Added #pragma once guards
Cleanup of example code comment
2014-03-14, by Tomo2k [Fri, 14 Mar 2014 15:31:39 +0000] rev 8
Cleanup of example code comment
Added "." as a valid character printed using the decimal point LCD cell.; Added SLCD::clear() method to clear the LCD.; Note that ".." will only print one dot, dots must be manually cleared, eg using clear()
2014-03-14, by Tomo2k [Fri, 14 Mar 2014 15:22:09 +0000] rev 7
Added "." as a valid character printed using the decimal point LCD cell.; Added SLCD::clear() method to clear the LCD.; Note that ".." will only print one dot, dots must be manually cleared, eg using clear()
Magic Wand formatted (MBED standard style)
2014-03-14, by Tomo2k [Fri, 14 Mar 2014 15:13:15 +0000] rev 6
Magic Wand formatted (MBED standard style)
Write_Char function -> private (use putc)
2014-02-27, by Sissors [Thu, 27 Feb 2014 22:02:34 +0000] rev 5
Write_Char function -> private (use putc)
Switched clock source to 4MHz oscillator.
2014-02-27, by Sissors [Thu, 27 Feb 2014 21:57:22 +0000] rev 4
Switched clock source to 4MHz oscillator.
; Added option to enable/disable it in deepsleep mode