mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 08:54:52 +08:00
chore: cmsis pack monthly update (#3435)
* update lv_gpu_arm2d to support LV_IMG_CF_RGB565A8 * feat(porting) minor update * feat(cmsis-pack): monthly update for June * Update LVGL.pidx * fix(draw): solve memory leaking issue * Update lv_draw_sw_layer.c * Update LVGL.lvgl.1.0.5.pack * Update LVGL.lvgl.1.0.5.pack
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_port_disp_template.h"
|
||||
#include "../../lvgl.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
/*********************
|
||||
@@ -121,7 +120,7 @@ void lv_port_disp_init(void)
|
||||
disp_drv.draw_buf = &draw_buf_dsc_1;
|
||||
|
||||
/*Required for Example 3)*/
|
||||
//disp_drv.full_refresh = 1
|
||||
//disp_drv.full_refresh = 1;
|
||||
|
||||
/* Fill a memory array with a color if you have GPU.
|
||||
* Note that, in lv_conf.h you can enable GPUs that has built-in support in LVGL.
|
||||
|
||||
@@ -16,7 +16,11 @@ extern "C" {
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
|
||||
#include "lvgl.h"
|
||||
#else
|
||||
#include "lvgl/lvgl.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
|
||||
Reference in New Issue
Block a user