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 N5110 by
History
editted the Number8 function to make the 8 slightly bigger;
2015-04-08, by JakBlackburn [Wed, 08 Apr 2015 23:00:18 +0000] rev 19
editted the Number8 function to make the 8 slightly bigger;
Added changes to draw numbers;
2015-04-08, by JakBlackburn [Wed, 08 Apr 2015 00:45:02 +0000] rev 18
Added changes to draw numbers;
Added functions for drawing primitive shapes (lines, circles and rectangles). Can draw white, black and dotted lines. Can draw transparent (with outline), black fill and white fill circles and rectangles.
2015-03-17, by eencae [Tue, 17 Mar 2015 12:56:03 +0000] rev 17
Added functions for drawing primitive shapes (lines, circles and rectangles). Can draw white, black and dotted lines. Can draw transparent (with outline), black fill and white fill circles and rectangles.
Updated docs.
2015-03-10, by eencae [Tue, 10 Mar 2015 19:33:55 +0000] rev 16
Updated docs.
2015-03-10, by eencae [Tue, 10 Mar 2015 19:23:56 +0000] rev 15
Expanded example and modified printChar().
2015-03-10, by eencae [Tue, 10 Mar 2015 19:21:47 +0000] rev 14
Expanded example and modified printChar().
Modified printChar() so that the character pixel data is written to the buffer, rather than being sent directly to the display. Means chars and setPixel() can be used together.; ; Expanded example code.
2015-03-10, by eencae [Tue, 10 Mar 2015 19:18:20 +0000] rev 13
Modified printChar() so that the character pixel data is written to the buffer, rather than being sent directly to the display. Means chars and setPixel() can be used together.; ; Expanded example code.
clear() method now clears on-board RAM on LCD.
2015-03-10, by eencae [Tue, 10 Mar 2015 18:09:37 +0000] rev 12
clear() method now clears on-board RAM on LCD.
Changed LED pin number to match custom PCB.
2014-09-17, by eencae [Wed, 17 Sep 2014 11:35:50 +0000] rev 11
Changed LED pin number to match custom PCB.
Added example code to show how to use sprintf() to print data variables on the display.
2014-07-16, by eencae [Wed, 16 Jul 2014 08:42:27 +0000] rev 10
Added example code to show how to use sprintf() to print data variables on the display.