lvgl / lv_port_stm32f429_disco

LVGL ported to STM32F429I-DISC1 using SW4STM32 (Ac6) IDE
MIT License
82 stars 56 forks source link

Screen corrupted upon program start #3

Closed gidiguy closed 4 years ago

gidiguy commented 4 years ago

Hello,

Trying this project on STM32F429i-disco board.

Project compiles without errors on STm32CubeIDE, but displays a corrupted main screen. Trying to touch different areas results in nothing. I think the process is hung somewhere.

The "standard" ST demo project loads and runs correctly, so I guess my hardware is OK.

Any ideas?

-Gideon IMG_7006

papadkostas commented 4 years ago

Please remove line 47 from main.c https://github.com/lvgl/lv_port_stm32f429_disco/blob/master/src/main.c#L47

embeddedt commented 4 years ago

Not sure how that ended up there - I've removed the extra line in https://github.com/lvgl/lv_port_stm32f429_disco/commit/4ee7d4bf603fa7c7141281b0eb4a17ef54f34118. I'm not sure if two demos would cause graphical artifacts, but the second line definitely doesn't belong.

stale[bot] commented 4 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.