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.
Dependents: FRDM_MAG3110 Nucleo_AQM1248A Nucleo_AQM1248A_GT20L16J1Y
Fork of C12832_lcd by
Revision 13:3a94a79194b6, committed 2015-06-02
- Comitter:
- masato
- Date:
- Tue Jun 02 12:22:56 2015 +0000
- Parent:
- 12:cecd70424890
- Commit message:
- add MISO
Changed in this revision
| aqm1248a_lcd.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/aqm1248a_lcd.cpp Sun Apr 27 14:38:44 2014 +0000
+++ b/aqm1248a_lcd.cpp Tue Jun 02 12:22:56 2015 +0000
@@ -36,7 +36,7 @@
#if defined(TARGET_LPC1768)
: _spi(p5,NC,p7),_reset(p6),_A0(p8),_CS(p11),GraphicsDisplay(name) // for mbed LPC1768
#else // defined(TARGET_NUCLEO_L152RE) || defined(TARGET_KL05Z)
- : _spi(D11,NC,D13),_reset(D9),_A0(D8),_CS(D10),GraphicsDisplay(name) // for nucleo L152RE or other
+ : _spi(D11,D12,D13),_reset(D9),_A0(D8),_CS(D10),GraphicsDisplay(name) // for nucleo L152RE or other
#endif
{
orientation = 1;
