destroyedlolo / emToile

Lvgl based framework to build GUI on embedded systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emToile

Lvgl based framework to build GUI on Arduino IDE compatible embedded systems

installation

Clone this repository in your Arduino IDE libraries directory (i.e. ~/Arduino/libraries)

lvgl is expected to be installed and accessible thru "lvgl/" include sub directory (it's the case if you're using Xinyuan-LilyGO /TTGO_TWatch_Library

Documentation (lack of)

Each header file is an implementation of an Lvgl object and contains related usage documentation.

Major changes

Legacy -> main

In this branch, GfxObject doesn't depend anymore on Style.

  • The drawback is style have to be EXPLICITELY applied to objected.
  • The advantages are it's more ressources efficient, flexible and follow LGVL way of working

Toile is a framework to build GUIs on Unix system using Lua. emToile has the same goal for embedded systems but not using Lua. It's why I choose the change sightly the name and create a dedicated directory.

About

Lvgl based framework to build GUI on embedded systems

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%