- This topic has 0 replies, 1 voice, and was last updated 4 months, 2 weeks 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 14, 2015
By Todd DeBoer
[hr]
On 1/9/13 david.sudolcan asked, “I have a uEZGUI-1788-70WVT kit and downloaded/extracted the code/projects/files in uEZ_v2.03_SRC.zip. In the emWin Demo for FDI Kits.pdf file it lists which kits are supported. Although the uEZGUI-1788-70WVE kit is listed, the uEZGUI-1788-70WVT kit is not. The schematics for these two kits look pretty similar at first glance. My questions are (1) whether the uEZGUI-1788-70WVT kit can safely run the code for the uEZGUI-1788-70WVE kit, and (2) if the code will run properly (i.e., without errors) on the uEZGUI-1788-70WVT kit.”
[hr]
(Follow up post)
Answered:
There should be a demo project in the .zip file at uEZ_v2.03_SRC\\uEZDemos\\Build\\FDI\\uEZGUI\\uEZGUI-1788-70WVT\\
This project should compile and run code for the uEZGUI-1788-70WVT.
Some of the demos have the compile switch INCLUDE_EMWIN set to 0 in their Config_Build.h file due to code size limitations (Crossworks builds larger executables than IAR).
The only difference between the 70WVT and 70WVE is the type of 7″ LCD display used. Other than that, they are perfectly the same. Once the LCD is initialized correctly, then the rest of the code will work exactly the same.