SCLD peripheral of the KL46Z - with sign "-" just for USB Academy
Dependents: KL46Z-Lab2_lodz KL46Z-Lab2_fullll KL46Z-Lab2_szkolenie kL46Z-Lab3-lodz ... more
Fork of SLCD by
History
USB Academy
2014-03-27, by liborgecnuk [Thu, 27 Mar 2014 12:34:25 +0000] rev 12
USB Academy
Documentation updated
2014-03-23, by Tomo2k [Sun, 23 Mar 2014 19:55:14 +0000] rev 11
Documentation updated
Added #pragma once guards
2014-03-23, by Tomo2k [Sun, 23 Mar 2014 19:10:10 +0000] rev 10
Added #pragma once guards
'-' sign added for printing '-999'..' -1'..' 0'..' 999' used to print compass angle -180..180 degree with printf("% 3.0f", sD.magHeading);'
2014-03-23, by liborgecnuk [Sun, 23 Mar 2014 23:25:08 +0000] rev 9
'-' sign added for printing '-999'..' -1'..' 0'..' 999' used to print compass angle -180..180 degree with printf("% 3.0f", sD.magHeading);'
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
Confirmed colon/dot functions, tidy code & test. Contrast found not be very effective.
2014-01-27, by star297 [Mon, 27 Jan 2014 21:57:38 +0000] rev 3
Confirmed colon/dot functions, tidy code & test. Contrast found not be very effective.