MPLAB® Harmony Graphics Suite > Examples and Demonstrations > Naming Conventions
MPLAB® Harmony Graphics Suite
Naming Conventions
General Naming Principles

 

The primary goal of MHGS naming convention is to be descriptive and brief. 

 

Application project names which includes the project folder, project name, and configuration files adhere to the following "_" delimited attribute naming convention: 

 

Project Folder (.X|.eww) 

<gfx-library>_<abbr-app name>_<mcu>_<abbr-dev-board>_<display>_<opt-desc> 

 

Project Name: 

<gfx-library>_<full-app-name>_<mcu>_<dev-board>_<display-resolution>_<opt-desc> 

 

Harmony Config Name: 

<display-driver>_<color-mode>_<touch-driver>_<opt-desc> 

 

The following list contain attributes and possible values: 

 

Attribute 
Value 
<gfx_library> 
aria, legato 
<full-app-name> 
quickstart, showcase, benchmark, radial_menu 
<abbr-app-name> 
qs, sc, bm, rm 
<mcu> 
mzda, mzef, c21, d21, e54, e70, a5d2, 9x60 
<dev-board> 
meb2, xult, xpro, cult, sk 
<opt-desc
tm4301b tm5000 wvga, wqvga ssd1963 spi parallel freertos intddr extddr 
MPLAB® Harmony Graphics Suite