LittlevGL on Mongoose OS

Hi,

I have a project that demo’s LittlevGL (https://littlevgl.com/, TFT graphics library) on the the mongoose OS platform (ESP32 hardware). Thought I’d post it here if anyone is interested. It’s on github at https://github.com/pjaos/mgos_esp32_littlevgl.

Paul

2 Likes

Seems nice, will look into it … :+1:

@tripflex - Perhaps you’ll like it too … :wink:

@pja - Paul, just starting to use your demo and wrap it into a library. Might be helpful and works fine.

But I have one question: is there a way to simply use the Mongoose-OS filsystem functions e.g. to load a picture, or has there be a connection established to the LittleVGL drivers as well?

Don’t bother, loaded the image directly into the used structure, so no need of any “driver” callbacks.