pjaos / mgos_esp32_littlevgl

Buiild the LittlevGL demo code on the Mongoose Os framework running on an ESP32 device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LittlevGL Demo app

Overview

This app shows how LittlevGL (https://docs.littlevgl.com/en/html/index.html) maybe used to drive a TFT display using the mgos IoT development framework.

This git repo contains submdules (lvgl and lv_examples). Therefore use the --recurse-submodules git command line option when cloning the repo.

Before compiling the code (running build.sh) you'll need to install the mos tool as detailed at https://mongoose-os.com/docs/mongoose-os/quickstart/setup.md.

Demos

These are the LittlevGL demo screens
alt text | alt text | alt text alt text

Sysmon

This is the LittlevGL sysmon screen
alt text

Demo Board Schematic

alt text

Display Hardware

The display used is shown below

alt text Display details

About

Buiild the LittlevGL demo code on the Mongoose Os framework running on an ESP32 device.

License:Other


Languages

Language:C 99.5%Language:Shell 0.5%