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 C12832 by
Revision 17:9bc7ab6e56a3, committed 2018-04-19
- Comitter:
- denizdosluoglu
- Date:
- Thu Apr 19 16:10:43 2018 +0000
- Parent:
- 16:7de323fa46fe
- Commit message:
- added additional comments
Changed in this revision
C12832.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7de323fa46fe -r 9bc7ab6e56a3 C12832.cpp --- a/C12832.cpp Wed Feb 05 14:25:16 2014 +0000 +++ b/C12832.cpp Thu Apr 19 16:10:43 2018 +0000 @@ -106,7 +106,19 @@ wait_ms(5); /* Start Initial Sequence ----------------------------------------------------*/ - + //my start sequence + /* + wr_cmd(0xA0); //adc select + wr_cmd(0xAE); // display off + wr_cmd(0xC0); //idk + wr_cmd(0xA2); // bias voltage + wr_cmd(0x2F); //power on + wr_cmd(0x26); + wr_cmd(0x81); + wr_cmd(0xAF); + */ + //og initialization sequence + wr_cmd(0xAE); // display off wr_cmd(0xA2); // bias voltage