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
Fork of el17ajf by
Diff: Graphics/Graphics.cpp
- Revision:
- 13:59e17cab320a
- Parent:
- 12:beb0d7632531
- Child:
- 14:53d2167d7c9a
diff -r beb0d7632531 -r 59e17cab320a Graphics/Graphics.cpp --- a/Graphics/Graphics.cpp Sun Mar 17 12:14:56 2019 +0000 +++ b/Graphics/Graphics.cpp Mon Mar 18 18:09:57 2019 +0000 @@ -11,6 +11,7 @@ lcd = new N5110(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11); lcd->init(); lcd->setContrast(0.5); + lcd->setBrightness(0); } void Graphics::deinit() {