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.
Diff: ili9163lcd.cpp
- Revision:
- 1:cd2949e87b17
- Parent:
- 0:c0be4e018a09
- Child:
- 2:4d5b94a92f19
--- a/ili9163lcd.cpp Sat Jun 14 02:27:06 2014 +0000 +++ b/ili9163lcd.cpp Fri Jan 01 11:08:23 2021 +0000 @@ -34,11 +34,11 @@ #include "ili9163lcd.h" // Connection of mbed pins. -DigitalOut SCK_(D2); -DigitalOut SDA_(D3); -DigitalOut A0_(D4); -DigitalOut RESET_(D5); -DigitalOut CS_(D6); +DigitalOut SCK_(A4); +DigitalOut SDA_(A6); +DigitalOut A0_(A2); +DigitalOut RESET_(A1); +DigitalOut CS_(A3); // Low-level LCD driving functions --------------------------------------------------------------------------