rename LV_TXT_ENC_ISO8859-1 to ..._ASCII

This commit is contained in:
Gabor Kiss-Vamosi
2019-04-24 06:13:50 +02:00
parent 1e5f690a45
commit 4b657eb07b
4 changed files with 7 additions and 7 deletions

View File

@@ -267,7 +267,7 @@ typedef void * lv_indev_drv_user_data_t; /*Type of user data in the i
/* Select a character encoding for strings.
* Your IDE or editor should have the same character encoding
* - LV_TXT_ENC_UTF8
* - LV_TXT_ENC_ISO8859_1
* - LV_TXT_ENC_ASCII
* */
#define LV_TXT_ENC LV_TXT_ENC_UTF8