Skip to content

Commit

Permalink
update LVGL
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Dec 19, 2023
1 parent 4f26b19 commit 405f29e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#ifndef LV_CONF_H
#define LV_CONF_H

#include <stdint.h>

/*====================
COLOR SETTINGS
*====================*/
Expand All @@ -44,7 +42,7 @@

#if LV_USE_STDLIB_MALLOC == LV_STDLIB_BUILTIN
/*Size of the memory available for `lv_malloc()` in bytes (>= 2kB)*/
#define LV_MEM_SIZE (48 * 1024U) /*[bytes]*/
#define LV_MEM_SIZE (128 * 1024U) /*[bytes]*/

/*Size of the memory expand for `lv_malloc()` in bytes*/
#define LV_MEM_POOL_EXPAND_SIZE 0
Expand Down Expand Up @@ -320,7 +318,7 @@
#define LV_FONT_MONTSERRAT_18 0
#define LV_FONT_MONTSERRAT_20 0
#define LV_FONT_MONTSERRAT_22 0
#define LV_FONT_MONTSERRAT_24 0
#define LV_FONT_MONTSERRAT_24 1
#define LV_FONT_MONTSERRAT_26 0
#define LV_FONT_MONTSERRAT_28 0
#define LV_FONT_MONTSERRAT_30 0
Expand Down Expand Up @@ -705,6 +703,9 @@
#define LV_FILE_EXPLORER_QUICK_ACCESS 1
#endif


#define LV_USE_OBSERVER 1

/*==================
* DEVICES
*==================*/
Expand Down
2 changes: 1 addition & 1 deletion lvgl
Submodule lvgl updated from af14c3 to 3fa472

0 comments on commit 405f29e

Please sign in to comment.