Page 1 of 1

esp32 GUI library

Posted: Mon Jan 04, 2021 11:49 pm
by YouJungChoi
Hello.

What I am currently using are esp32-wrover-E and esp32-wrover-kit v3.

Do you know the GUI library suitable for the product I am currently using?

The library I've used is a library called LVGL. However, there is a problem with using this library as a result of using a lot of resources.
In particular, it takes a lot of time when outputting an LCD to an image converted to LVGL online.
If you have used LVGL, is there a way to compress the image?

Thank you.

Re: esp32 GUI library

Posted: Wed Jan 06, 2021 4:20 pm
by ESP_Minatel
Hi,

You should try this one: uGFX Example


Hope it's suitable for your project!

Re: esp32 GUI library

Posted: Thu Jan 07, 2021 2:24 am
by YouJungChoi
Hello.

I have a few more questions.
First, is the license free to sell when using µGFX? If there is a charge, how much does it incur?
Secondly, can the LCD size be 320*240 when applying µGFX to esp32?
Also, can I use ILI9341 or ST7789V for the lcd controller?

Thank you.

Re: esp32 GUI library

Posted: Thu Jan 07, 2021 10:08 am
by ESP_Minatel
Hi,

Please read the document for more details about it: uGFX Guide

The resolution you can define on the configuration according to your screen characteristics.

About the license, you need to contact directly uGFX