Thank you very much, it helped.
After a day of work I get the LCD display finally to work. I converted the Demo for MQX4 and eGUI 3.0 and it displays a first screen. But there's now an another problem. The touch sence does not work. :-(
I verified the problem with examples in MQXes.
Example tchres_twr40x256 from MQX3.8.1 works OK, but
example tchres_twr40x256 from MQX4 doesn't work. Compilation is without errors and program runs. It just get's always no touch detection.
Both examples are identical and I configured the both MQXes same.
UPDATE1:
Bug is somewhere in ADC drivers of MQX4. To get the touch sense to work I had to replace files in MQX4 with files from MQX 3.8.1. I replaced:
..\Freescale_MQX_4_0\mqx\source\io\adc\adc.c
..\Freescale_MQX_4_0\mqx\source\io\adc\adc.h
..\Freescale_MQX_4_0\mqx\source\io\adc\adc_conf.h
..\Freescale_MQX_4_0\mqx\source\io\adc\adc_prv.h
..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adt_kpdb.c
..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adc_mk40.c
..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adc_mk40.h
..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adc_kadc.c
..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adc_kadc.h
Exactly for this reason I don't like to use the newest operating systems. :-)
Finally works the Demo and the tchres mqx example right. :-)
Should I report the bug to Freescale or will you take care of it?