littlekernel / lk

LK embedded kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stm32-f4xx Display

luka177 opened this issue · comments

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?

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

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