Project Structure Introduction
Introduction
Logic Folder
- 99% of our UI code programming is in the logic folder, other folders do not need attention
- gcodeLogic.cc is similar to main.c, 99% of the UI code is here, other files do not need much attention
i18n Folder
- Stores translation tables for various languages
resources Folder
- Stores image resources used by the UI
ui Folder
- Stores UI interface files, double-click to open display
- Double-click the "small eye" indicated by the arrow in the lower left corner to open the hidden interface