You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the problem with the lv_draw_stm32_dma2d_blend_fill() function. You need to add the following to the DMA2D configuration in the function to prevent the hard fault:
DMA2D->OPFCCR = LV_DMA2D_COLOR_FORMAT;
Dan
The text was updated successfully, but these errors were encountered:
I found the problem with the lv_draw_stm32_dma2d_blend_fill() function. You need to add the following to the DMA2D configuration in the function to prevent the hard fault:
DMA2D->OPFCCR = LV_DMA2D_COLOR_FORMAT;
Dan
The text was updated successfully, but these errors were encountered: