Hi
In my test program i am using two screens - first screen and second screen.
Second screen is smaller than first screen.
Second screen is activate at regular interval (2 Sec) and then closed after 2 Sec.
For this setting the program is working fine and i am getting complete screen in 4.3" (480*272) TFT.
But when i try to use the same program for 7.0"(800*480)TFT some part of first sceen is cleared (Pictures attached below) .
When DMA is disabled 7.0" TFT works fine .
Can you please suggest any solutions for this problem
4.3" TF Configuration:
#define D4DLCDHWFB_X_MAX 480
#define D4DLCDHWFB_Y_MAX 272
#define D4DLCDHWFB_DOUBLE_BUFFER 1
#define D4DLCDHWFB_DMA_ENABLE 1
7.0" TFT Configuration:
#define D4DLCDHWFB_X_MAX 800
#define D4DLCDHWFB_Y_MAX 480
#define D4DLCDHWFB_DOUBLE_BUFFER 1
#define D4DLCDHWFB_DMA_ENABLE 1

4.3" with DMA enabled First screen

4.3" with DMA enabled First screen+ Second screen

7.0" TFT with DMA enabled First screen
7.0" TFT with DMA enabled First screen+Second Screen
Thanks,
Gowrishankar.