stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
115 stars 67 forks source link

LCD example shown black screen (with backlight on) #105

Closed mchodzikiewicz closed 3 years ago

mchodzikiewicz commented 3 years ago

I cloned repo and launched example with:

cargo +stable run --example stm32f7disco-screen --features="stm32f746 rt"

I have my discovery board plugged into USB, flashed succesfuly, when I halt the MCU in the gdb it shows it is in an infinite loop at the end of the example, but I cannot see any pixel drawn, just dark blank screen.

PS. I have tried it on two STM32F746G-DISCO boards and they both are fine with ST demos