add LV_USE_ARABIC_PERSIAN_CHARS to lv_conf_templ.h

This commit is contained in:
Gabor Kiss-Vamosi
2020-04-17 10:34:12 +02:00
parent 9de260d648
commit ef20067cff
2 changed files with 12 additions and 0 deletions

View File

@@ -660,6 +660,13 @@
#endif
#endif
/* Enable Arabic/Persian processing
* In these languages characters should be replaced with
* an other form based on their position in the text */
#ifndef LV_USE_ARABIC_PERSIAN_CHARS
#define LV_USE_ARABIC_PERSIAN_CHARS 0
#endif
/*Change the built in (v)snprintf functions*/
#ifndef LV_SPRINTF_CUSTOM
#define LV_SPRINTF_CUSTOM 0