- This topic has 0 replies, 1 voice, and was last updated 2 weeks, 2 days ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
(This message was transferred over from our old forum)
Posted August 19, 2015
By Todd DeBoer
[hr]
On 5/26/11 ECNova asked, “Is there a simple way of modifying a Demo app to work with different LCD’s?
I would like to take the uEZGUIDemo.hzp for the 2478-43WQS and modify it to work with a 2478 using the 5.7” VGA Display (640 x 480) with Touch Screen Interface.
Thanks.”
[hr]
(Follow up post)
Answered:
If all you changed was the LCD, then you can go to Config_Build.h and change to the following line:
#define UEZ_DEFAULT_LCD_CONFIG LCD_CONFIG_OKAYA_VGA_LCDC_3_5
And then add the missing driver into the Devices/LCD directory.
But I’m guessing you are changing from uEZ GUI to the DK-TS-KIT and there is a bit more changes there. The Platform directory must be changed (see Source/Platform in the two different projects) and the include files must point to the DK source directory.
If that is the case, I would instead recommend you consider just moving your application into an existing DK Demo instead of trying to make all the matching changes.