S5D9 GUIX 800 x 480 LCD using bss 1 frame buffer with CLUT8 not working SSP 2.4.0

Hi all,

I have a project built with GUIX on synergy S5D9, TFT LCD 800 x 480, I have set the project to use 2D/AVE and jpeg hardware, in the guix I have set the same requirements and choose the 8bpp color.

if I configure everything with 16bpp one 1 frame and resolution of 480 x 272 for testing the PCB ect, all works perfect, accept that the display is oly using 480 272 pixels of the display which I expected and confirms the display is working and the pcb, I then try and configure everything GUIX project and e2studio project to use the 800 x 480 and 8bpp by setting CLUT8, when the code runs the following line in my thread entry file

gx_studio_display_configure ( MAIN_DISPLAY, g_sf_el_gx.p_api->setup, LANGUAGE_ENGLISH, MAIN_DISPLAY_THEME_1, &p_window_root );

I then get the - BSP_CFG_HANDLE_UNRECOVERABLE_ERROR(0);

if I then debug the steps when the code reaches - 

in the sf_el_gx.c file then the it goes the BSP_CFG_HANDLE_UNRECOVERABLE_ERROR(0);

in stepping over or into this function, is there anyone that can tell me what I am missing on SSP 2.4.0 as I have made my settings identical to project examples found on this forum for SSP 1.3.3 but with no avail, I really need to get this working.

Regards,

Ronald Hare