How is easyGUI integrated within the embedded system?
There are four major parts of an embedded system using easyGUI:
- easyGUI library files.
- easyGUI display driver files.
- easyGUI files generated by the easyGUI PC application, containing constants, fonts, user interface displays, and variable declarations.
- Normal user supplied source files.
All files are compiled and linked as normally to generate the final binary. |