Pass a uint32_t buffer to the driver write uint16_t pixel in unconventional positions

Hi Kisvegabor,

I need to change all files of littlevgl lib ?

Could you just tell me which files were modified ?
This way i just change these files.

Because i integrated littlevgl lib with esp-idf with cmake which use “CMakeLists.txt” and i modified all include of all files and folder organization too to follow the espressif “pattern”.

I posted the project here in the forum in another discussion few months ago:

I have that vesion of lib:

file: lv_version.h 

/*********************
 *      INCLUDES
 *********************/

/*Current version of LittlevGL*/
#define LVGL_VERSION_MAJOR   6
#define LVGL_VERSION_MINOR   0
#define LVGL_VERSION_PATCH   0
#define LVGL_VERSION_INFO    ""

Has the storage of images also changed with these new changes ?

Thank’s.