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