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: SPI_TFTx2_ILI9341 TFT_fonts TOUCH_TFTx2_ILI9341 mbed
Fork of CANary_corrupt by
Revision 190:6fe36ef485ca, committed 2014-05-18
- Comitter:
- TickTock
- Date:
- Sun May 18 13:29:08 2014 +0000
- Parent:
- 189:f566191877e4
- Child:
- 191:292debe95cba
- Commit message:
- Updated connection comments for new display in utility.h
Changed in this revision
| utility.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/utility.h Sun May 18 13:15:14 2014 +0000 +++ b/utility.h Sun May 18 13:29:08 2014 +0000 @@ -153,15 +153,15 @@ //3: NC:VB //4: NC:nR //5: SPI:Reset -//6: SPI:CS0 -//7: SPI:CS1 +//6: SPI:CS0 --> 32:CS (right display) +//7: SPI:CS1 --> 32:CS (left display) //8: CAN1:Sleep --> 8:CAN1:RS //9: CAN1:RX --> 4:CAN1:R //10: CAN1:TX --> 1:CAN1:D -//11: SPI:MOSI -//12: SPI:MISO -//13: SPI:SCLK -//14: NC:Ain +//11: SPI:MOSI --> 28:SDI +//12: SPI:MISO --> 25:SDO +//13: SPI:SCLK --> 30:SCL (old) / 29:RD (ILI9341) +//14: SPI:DC --> 30:WR (ILI9341 only) //15: MON12V --> 4K to 12V, 1K to VSS (To be implemented) //16: TOUCH_X+ //17: TOUCH_X-
