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.
Dependencies: mbed
Diff: N5110/N5110.cpp
- Revision:
- 8:a667bc5050c1
- Parent:
- 0:efb5eec6b8ea
--- a/N5110/N5110.cpp Sat Feb 23 17:45:43 2019 +0000 +++ b/N5110/N5110.cpp Tue Feb 26 09:35:03 2019 +0000 @@ -59,7 +59,7 @@ reset(); // reset LCD - must be done within 100 ms initSPI(); - setContrast(0.55); // this may need tuning (say 0.4 to 0.6) + setContrast(0.6); // 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