1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

lv_draw_img: fix buffer oveflow with alpha byte

This commit is contained in:
Gabor Kiss-Vamosi 2018-06-01 12:38:23 +02:00
parent 5189991b53
commit 25b978126e

4
lvgl.h
View File

@ -56,8 +56,8 @@ extern "C" {
/*Current version of LittlevGL*/
#define LVGL_VERSION_MAJOR 5
#define LVGL_VERSION_MINOR 1
#define LVGL_VERSION_PATCH 1
#define LVGL_VERSION_INFO ""
#define LVGL_VERSION_PATCH 2
#define LVGL_VERSION_INFO "beta"
/**********************
* TYPEDEFS