Button problem with custom card

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Button problem with custom card

    Hello ,

    I have a problem with button function on my card. I can use emWin library to display text, but I cannot display button. In place of button, there is a black block. As shown in the attached.
    Code:
    hButton = BUTTON_Create(110, 110, 200,100, GUI_ID_OK, WM_CF_SHOW);

    Important: I have made my PCB using stm32f429ii as the LCD controller, a LCD 7’’ screen with 800*480pixels and a 256Mbits SDRAM for memory.
    With the same LCD screen in the Discovery kit STM32F42x9I-Eval it works, but not with my card. In my card the button doesn’t appear. Meanwhile, I can display text, images. But I can’t display all the widgets.

    Differences between the Discovery kit and my electronic board are the memory SDRAM and microcontroller.SDRAM seems to work well because I can write/read this SDRAM, and performed memory test.

    I can't envisage other problem than SDRAM. What other reasons that the button cannot display normally?


    Thank you!