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 03:51:16 2016 +0000
Revision:
2:037b6c0182ce
Child:
3:df365619b475
??

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 2:037b6c0182ce 16 HX8347D Arduino Pin
og 2:037b6c0182ce 17 Nucleo/Arch Pro
og 2:037b6c0182ce 18 DB0 D2 p8
og 2:037b6c0182ce 19 DB1 D3 p26
og 2:037b6c0182ce 20 DB2 D4 p25
og 2:037b6c0182ce 21 DB3 D5 p24
og 2:037b6c0182ce 22 DB4 D6 p23
og 2:037b6c0182ce 23 DB5 D7 p10
og 2:037b6c0182ce 24 DB6 D8 p9
og 2:037b6c0182ce 25 DB7 D9 p22
og 2:037b6c0182ce 26
og 2:037b6c0182ce 27 RD A0 p15
og 2:037b6c0182ce 28 WR A1 p16
og 2:037b6c0182ce 29 RS A2 p17
og 2:037b6c0182ce 30 CS A3 p18
og 2:037b6c0182ce 31 RESET A4 p19
og 2:037b6c0182ce 32
og 2:037b6c0182ce 33 LED_A 3V3
og 2:037b6c0182ce 34
og 2:037b6c0182ce 35 SD_CS D10 SPI_CS
og 2:037b6c0182ce 36 SD_DIN D11 SPI_MOSI
og 2:037b6c0182ce 37 SD_SCK D13 SPI_SCK
og 2:037b6c0182ce 38 SD_DOUT D12 SPI_MISO
og 2:037b6c0182ce 39
og 2:037b6c0182ce 40
og 2:037b6c0182ce 41 /* D0, D1 short SB62,SB63*/
og 2:037b6c0182ce 42 // SPI_MOSI D11
og 2:037b6c0182ce 43 // SPI_MISO D12
og 2:037b6c0182ce 44 // SPI_SCK D13
og 2:037b6c0182ce 45 // SPI_CS D10
og 2:037b6c0182ce 46
og 2:037b6c0182ce 47
og 2:037b6c0182ce 48 comment
og 2:037b6c0182ce 49 ・wait_ms/wait_us
og 2:037b6c0182ce 50 F103の挙動がおかしい。1ms未満は、動作しないので、外した。
og 2:037b6c0182ce 51 とりあえず、遅延が無くて、手元にあるボードでは動作した。