Skip to main content
Mehmet Gul
Associate
May 6, 2017
Question

how to use stm32f429 lcd instead of external lcd screen

  • May 6, 2017
  • 1 reply
  • 688 views
Posted on May 06, 2017 at 10:25

The original post was too long to process during our migration. Please click on the attachment to read the original post.
    This topic has been closed for replies.

    1 reply

    Mehmet Gul
    Associate
    May 6, 2017
    Posted on May 06, 2017 at 10:34

    The last thing I have forgotten the connection of external LCD pins are that

    LCD_D0 = PD14

    LCD_D1 = PD15

    LCD_D2 = PD0

    LCD_D3 = PD1

    LCD_D4 = PE7

    LCD_D5 = PE8

    LCD_D6 = PE9

    LCD_D7 = PE10

    LCD_D8 = PE11

    LCD_D9 = PE12

    LCD_D10 = PE13

    LCD_D11 = PE14

    LCD_D12 = PE15

    LCD_D13 = PD8

    LCD_D14 = PD9

    LCD_D15 = PD10

    LCD_CS = PD7

    LCD_RS = PD11

    LCD_RD = PD4

    LCD_WR = PD5