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.
Diff: N5110.cpp
- Revision:
- 49:93355c01e261
- Parent:
- 47:2eb1a863ebed
--- a/N5110.cpp Wed Feb 21 09:35:25 2018 +0000 +++ b/N5110.cpp Mon Mar 19 13:44:23 2018 +0000 @@ -59,7 +59,7 @@ reset(); // reset LCD - must be done within 100 ms initSPI(); - setContrast(0.40); // this may need tuning (say 0.4 to 0.6) + setContrast(0.55); // this may need tuning (say 0.4 to 0.6) setBias(3); // datasheet - 48:1 mux - don't mess with if you don't know what you're doing! (0 to 7) setTempCoefficient(0); // datasheet - may need increasing (range 0 to 3) at very low temperatures normalMode(); // normal video mode by default