littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

stm32-f4xx Display #334

Closed luka177 closed 1 year ago

luka177 commented 1 year ago

stm32f429 supports displays like f7 do. But seems like external is missing ltdc, like https://github.com/littlekernel/lk/blob/master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_ltdc.h Where can i get it? I tried to move to newer cube but it was terrible, changed tones of stuff and barely got it to compile, for sure got some segfault in early init, Is there any simpler way?

luka177 commented 1 year ago

ok i am blind ltdc is there, anyway updated it, thanks.

travisg commented 1 year ago

Oh great! I see the PR. Will take a look later tonight, but should be fine. Thanks!