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未満は、動作しないので、外した。 とりあえず、遅延が無くて、手元にあるボードでは動作した。

README.MD

Committer:
og
Date:
2016-09-02
Revision:
3:df365619b475
Parent:
2:037b6c0182ce

File content as of revision 3:df365619b475:

** 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     |LPC1768
        | 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             |p21 |SPI_CS
SD_DIN  |D11             |p5  |SPI_MOSI    
SD_SCK  |D13             |p7  |SPI_SCK
SD_DOUT |D12             |p6  |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未満は、動作しないので、外した。
    とりあえず、遅延が無くて、手元にあるボードでは動作した。