fix image demos on big endian systems

This commit is contained in:
jbamaral
2020-06-23 19:16:36 -03:00
parent 63aba1b3de
commit 2550368d30
3 changed files with 24 additions and 3 deletions

View File

@@ -222,6 +222,10 @@ typedef void * lv_img_decoder_user_data_t;
/*=====================
* Compiler settings
*====================*/
/* For big endian systems set to 1 */
#define LV_BIG_ENDIAN_SYSTEM 0
/* Define a custom attribute to `lv_tick_inc` function */
#define LV_ATTRIBUTE_TICK_INC