Skip to content

Commit

Permalink
Disable LV_MEM_CUSTOM by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Oct 17, 2022
1 parent e28a196 commit c02d039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lv_conf_v7.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ typedef int16_t lv_coord_t;
#define _lv_img_decoder_t _lv_img_decoder

/* 1: use custom malloc/free, 0: use the built-in `lv_mem_alloc` and `lv_mem_free` */
#define LV_MEM_CUSTOM 1
#define LV_MEM_CUSTOM 0
#if LV_MEM_CUSTOM == 0
/* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/

Expand Down

0 comments on commit c02d039

Please sign in to comment.