Modified so > maps to - sign

Dependents:   ACC_LCD_341_all_axies LCD_punch_mtr_8_v7

Fork of SLCD_minus_mod by Stanley Cohen

History

Using < as minus sign; default tip

2016-11-14, by scohennm [Mon, 14 Nov 2016 15:50:16 +0000] rev 13

Using < as minus sign;


Upgraded the SLCD library with new location for minus sign.

2016-11-28, by scohennm [Mon, 28 Nov 2016 15:41:43 +0000] rev 12

Upgraded the SLCD library with new location for minus sign.


Added negative sign for display and updated data interval.

2016-11-05, by scohennm [Sat, 05 Nov 2016 23:44:12 +0000] rev 11

Added negative sign for display and updated data interval.


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