2.8インチ液晶モジュール(8ビット) [M028C8347D8]

Dependencies:   SDFileSystem mbed

Fork of Aitendo_HX8347D_HelloWorld by k og

HX8347D

reference

connection

HX8347DArduino PinLPC1768
Nucleo/Arch Pro
DB0D2p8
DB1D3p26
DB2D4p25
DB3D5p24
DB4D6p23
DB5D7p10
DB6D8p9
DB7D9p22
RDA0p15
WRA1p16
RSA2p17
CSA3p18
RESETA4p19
LED_A3V33V3
SD_CSD10p21SPI_CS
SD_DIND11p5SPI_MOSI
SD_SCKD13p7SPI_SCK
SD_DOUTD12p6SPI_MISO

comment

wait_ms/wait_us

F103の挙動がおかしい。1ms未満は、動作しないので、外した。 とりあえず、遅延が無くて、手元にあるボードでは動作した。

Committer:
og
Date:
Fri Sep 02 12:28:00 2016 +0000
Revision:
3:df365619b475
Parent:
2:037b6c0182ce
release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
og 2:037b6c0182ce 1 ** http://www.aitendo.com/product/10942
og 2:037b6c0182ce 2 ** HX8347D
og 2:037b6c0182ce 3
og 2:037b6c0182ce 4 reference
og 2:037b6c0182ce 5 https://github.com/yamsam/TFTLCD_ST7781
og 2:037b6c0182ce 6 https://learn.adafruit.com/2-8-tft-touchscreen/downloads
og 2:037b6c0182ce 7 https://github.com/adafruit/TFTLCD-Library
og 2:037b6c0182ce 8 https://github.com/adafruit/TFTLCD-Library/tree/master/bitmaps
og 2:037b6c0182ce 9
og 2:037b6c0182ce 10
og 2:037b6c0182ce 11
og 2:037b6c0182ce 12
og 2:037b6c0182ce 13
og 2:037b6c0182ce 14 connection
og 2:037b6c0182ce 15
og 3:df365619b475 16 HX8347D |Arduino Pin |LPC1768
og 3:df365619b475 17 | Nucleo/Arch Pro|
og 3:df365619b475 18 DB0 |D2 |p8
og 3:df365619b475 19 DB1 |D3 |p26
og 3:df365619b475 20 DB2 |D4 |p25
og 3:df365619b475 21 DB3 |D5 |p24
og 3:df365619b475 22 DB4 |D6 |p23
og 3:df365619b475 23 DB5 |D7 |p10
og 3:df365619b475 24 DB6 |D8 |p9
og 3:df365619b475 25 DB7 |D9 |p22
og 3:df365619b475 26 RD |A0 |p15
og 3:df365619b475 27 WR |A1 |p16
og 3:df365619b475 28 RS |A2 |p17
og 3:df365619b475 29 CS |A3 |p18
og 3:df365619b475 30 RESET |A4 |p19
og 3:df365619b475 31 LED_A |3V3
og 3:df365619b475 32 SD_CS |D10 |p21 |SPI_CS
og 3:df365619b475 33 SD_DIN |D11 |p5 |SPI_MOSI
og 3:df365619b475 34 SD_SCK |D13 |p7 |SPI_SCK
og 3:df365619b475 35 SD_DOUT |D12 |p6 |SPI_MISO
og 2:037b6c0182ce 36
og 2:037b6c0182ce 37
og 2:037b6c0182ce 38 /* D0, D1 short SB62,SB63*/
og 2:037b6c0182ce 39 // SPI_MOSI D11
og 2:037b6c0182ce 40 // SPI_MISO D12
og 2:037b6c0182ce 41 // SPI_SCK D13
og 2:037b6c0182ce 42 // SPI_CS D10
og 2:037b6c0182ce 43
og 2:037b6c0182ce 44
og 2:037b6c0182ce 45 comment
og 2:037b6c0182ce 46 ・wait_ms/wait_us
og 2:037b6c0182ce 47 F103の挙動がおかしい。1ms未満は、動作しないので、外した。
og 2:037b6c0182ce 48 とりあえず、遅延が無くて、手元にあるボードでは動作した。