Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SLCD by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:ef2b3b7f1b01 | 2014-03-23 | Tomo2k | Documentation updated |
9:dae947a658f0 | 2014-03-23 | Tomo2k | Added #pragma once guards |
8:99e4215cfc11 | 2014-03-14 | Tomo2k | Cleanup of example code comment |
7:0e084b33d730 | 2014-03-14 | Tomo2k | 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() |
6:f4773221794b | 2014-03-14 | Tomo2k | Magic Wand formatted (MBED standard style) |
5:6e3c11967108 | 2014-02-27 | Sissors | Write_Char function -> private (use putc) |
4:ec7b3c9b2aeb | 2014-02-27 | Sissors | Switched clock source to 4MHz oscillator. |
3:f70873bc6121 | 2014-01-27 | star297 | Confirmed colon/dot functions, tidy code & test. Contrast found not be very effective. |
2:6a5095c98da1 | 2014-01-26 | Sissors | Fixed colon/dot (probably) |
1:1579bcd31410 | 2014-01-20 | star297 | added functions |
0:d04758e76d5b | 2014-01-14 | Sissors | v0.01 |