Move fonts / assets definition from main/boards to CMakeLists.txt (#1174)
* update surfer-c3-1.14tft font size * Move fonts / assets definition from main/boards to CMakeLists.txt * fix c3 compiling errors --------- Co-authored-by: Xiaoxia <terrence.huang@tenclass.com>
This commit is contained in:
@ -12,6 +12,13 @@ config DEFAULT_ASSETS_URL_PREFIX
|
||||
help
|
||||
The assets will be downloaded from this URL.
|
||||
|
||||
config FLASH_DEFAULT_ASSETS
|
||||
bool "Flash Default Assets"
|
||||
default y
|
||||
help
|
||||
Download and flash default assets to the assets partition during build.
|
||||
If disabled, the assets partition will not be automatically populated.
|
||||
|
||||
choice
|
||||
prompt "Default Language"
|
||||
default LANGUAGE_ZH_CN
|
||||
|
||||
Reference in New Issue
Block a user