2016-07-05 09:59 AM
Hello,
I have the following problem: I want to use the background layer to display a background and the foreground layer to place lines above it, so that I can delete the lines without doing anything to the background. There are the function BSP_LCD_LayerDefaultInit(LayerIndex, FB_Address) and BSP_LCD_SelectLayer(LayerIndex) but if I select the second layer nothing can be displayed. I am using the Address 0xC0000000 and Index 0 for the background layer (wdoes works) and Address 0xC0400000 and Index 1 for the foreground layer (does not work). The Addresses are taken from a datasheet of this board.I don't know if I am doing something wrong of if this a bug like that one with the portrait mode.Note: I am programming over mbed.orgI would be glad if anyone could help me. #stm32f469-discovery #stm32f469