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: SDFileSystem mbed
Fork of Aitendo_HX8347D_HelloWorld by
Diff: README.MD
- Revision:
- 2:037b6c0182ce
- Child:
- 3:df365619b475
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.MD Fri Sep 02 03:51:16 2016 +0000 @@ -0,0 +1,51 @@ +** http://www.aitendo.com/product/10942 +** HX8347D + +reference + https://github.com/yamsam/TFTLCD_ST7781 + https://learn.adafruit.com/2-8-tft-touchscreen/downloads + https://github.com/adafruit/TFTLCD-Library + https://github.com/adafruit/TFTLCD-Library/tree/master/bitmaps + + + + + +connection + +HX8347D Arduino Pin + Nucleo/Arch Pro +DB0 D2 p8 +DB1 D3 p26 +DB2 D4 p25 +DB3 D5 p24 +DB4 D6 p23 +DB5 D7 p10 +DB6 D8 p9 +DB7 D9 p22 + +RD A0 p15 +WR A1 p16 +RS A2 p17 +CS A3 p18 +RESET A4 p19 + +LED_A 3V3 + +SD_CS D10 SPI_CS +SD_DIN D11 SPI_MOSI +SD_SCK D13 SPI_SCK +SD_DOUT D12 SPI_MISO + + +/* D0, D1 short SB62,SB63*/ +// SPI_MOSI D11 +// SPI_MISO D12 +// SPI_SCK D13 +// SPI_CS D10 + + +comment +・wait_ms/wait_us + F103の挙動がおかしい。1ms未満は、動作しないので、外した。 + とりあえず、遅延が無くて、手元にあるボードでは動作した。