2012-08-31 16:50:36 +02:00
|
|
|
menu "General"
|
2012-09-11 18:21:00 +02:00
|
|
|
config __EWOL_APPL_BASIC_TITLE__
|
|
|
|
prompt "Application Title"
|
|
|
|
string
|
|
|
|
default "Ewol Basic Title"
|
|
|
|
help
|
|
|
|
This is the application Title
|
|
|
|
|
2012-11-15 07:42:16 +01:00
|
|
|
config __EWOL_INTEGRATED_FONT__
|
|
|
|
prompt "Integrate Font in the appl data"
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
By default the application seach the font in the system folder.
|
|
|
|
If enable the system seach the font in the "DATA:fonts" folder.
|
|
|
|
|
2012-08-31 16:50:36 +02:00
|
|
|
endmenu
|