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 18:8d7e54330c0b, committed 2021-11-20
- Comitter:
- daisychain
- Date:
- Sat Nov 20 02:39:32 2021 +0000
- Parent:
- 17:d3785b67760a
- Commit message:
- ok
Changed in this revision
| C12832.cpp | Show annotated file Show diff for this revision Revisions of this file |
| C12832.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/C12832.cpp Wed Oct 28 00:50:10 2020 +0000
+++ b/C12832.cpp Sat Nov 20 02:39:32 2021 +0000
@@ -27,7 +27,7 @@
#define BPP 1 // Bits per pixel
-C12832 lcd(D11, D13, D12, D7, D10);
+//C12832 lcd(D11, D13, D12, D7, D10);
C12832::C12832(PinName mosi, PinName sck, PinName reset, PinName a0, PinName ncs, const char* name)
: _spi(mosi,NC,sck),_reset(reset),_A0(a0),_CS(ncs),GraphicsDisplay(name)
--- a/C12832.h Wed Oct 28 00:50:10 2020 +0000 +++ b/C12832.h Sat Nov 20 02:39:32 2021 +0000 @@ -300,7 +300,7 @@ }; -extern C12832 lcd; +//extern C12832 lcd; #endif