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.
Revision 30:11986573659e, committed 2017-02-08
- Comitter:
- eencae
- Date:
- Wed Feb 08 19:50:56 2017 +0000
- Parent:
- 27:0d8d90936b4c
- Child:
- 34:626b873e6362
- Commit message:
- Change default Temp value in init as gives better performance.
Changed in this revision
| N5110.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/N5110.cpp Tue Feb 07 21:50:25 2017 +0000
+++ b/N5110.cpp Wed Feb 08 19:50:56 2017 +0000
@@ -41,7 +41,7 @@
// Don't completely understand these parameters - they seem to work as they are
// Consult the datasheet if you need to change them
sendCommand(CMD_VOP_7V38); // operating voltage - these values are from Chris Yan's Library
- sendCommand(CMD_TC_TEMP_2); // temperature control
+ sendCommand(CMD_TC_TEMP_3); // temperature control
sendCommand(CMD_BI_MUX_48); // changing this can sometimes improve the contrast on some displays
// function set - basic