It looks like its happening here... (type previous mail: graphical)

stm32_ltdc_lclear(overlay);

/* Set layers framebuffer */

stm32_ltdc_lframebuffer(layer); <---??

Op zo 29 dec. 2019 om 19:39 schreef Disruptive Solutions <
disruptivesolution...@gmail.com>:

> I have most of it done for porting the grapical TFT-LCD ILI9341 through
> SPI...
>
> But I get a PANIC when it is trying to do:
> stm32_ltds_linit(LTDC_LAYER_L1); in stm32_ltdc.c
>
> Does someone know this?
>
> Ben
>
> /* Initialize ltdc layer */
>
> lcdinfo("Initialize ltdc layer\n");
> stm32_ltdc_linit(LTDC_LAYER_L1);
> #ifdef CONFIG_STM32_LTDC_L2
> stm32_ltdc_linit(LTDC_LAYER_L2);
> #endif
>
>

Reply via email to