Skip to main content
RN_it
Associate III
June 5, 2019
Question

LTDC layer 1 offset

  • June 5, 2019
  • 0 replies
  • 824 views

Hello,

I used the below code from ST bsp

Board : STM32F746-DISCO

 BSP_LCD_Init();

 BSP_LCD_SetLayerWindow(0,50,50,200,200);

 BSP_LCD_LayerRgb565Init(LTDC_LAYER_1,(uint32_t)fb);

I expected layer 1 should be off by 50 on both axes . but it started from x = 0 , y = 0

Can you please help me understanding why this is happening ?

0690X000008iEZLQA2.jpg

Thanks

This topic has been closed for replies.