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_TFT_ILI9341 TFT_fonts mbed
Fork of TFT_Mikroelectronika_IL9341 by
You are viewing an older revision! See the latest version
Homepage
Code to make a simple sketchpad using the touchscreen from Mikroelectronika¶
The Mikroelectronika touch screen is a good sized display we are using for the first time in 2016. It's got a touch panel layer and can be addressed by either SPI or parallel buses.
http://www.mikroe.com/add-on-boards/display/tft-proto/
Pin connections for use with an mbed
Referring to the pin names on the screen pcb
- Pins:
Screen mbed KL25Z example======================================sdi mosi PTD2sdo miso PTD3rs sck PTD1RD GND GNDIM0 GND GNDIM1 3.3V 3V3IM2 3.3V 3V3IM3 3.3V 3V3CS digitalout pin PTD5RST digitaloutpin PTD0WR digitaloutpin PTA13
You will need 2 wires to drive the backlight on leda and ledk (anode(connect to +V via a current limiting resistor) and cathode) Link +3.3V to IM1, IM2, IM3 to setup spi communication mode link
