GUI builder for chinese SPI TFT displays

Hi,

I'm searching for a good GUI builder for Chinese SPI TFT displays.

I've searched but I didn't find one that supports the normal Chinese displays I bought from Aliexpress.

I have multiple ones, like:
ILI9488, ST7966S, ESP32 TTGO, LVGL 3.5", LVGL 4.0".

I've downloaded GUIslice builder, there are a list of supported TFT displays on their page:
https://github.com/ImpulseAdventure/GUIslice/wiki/Display-Config-Table

But I didn't understand what they mean exactly, are those TFT models the only ones supported by the software or what exactly ?

Try TFT_eSPI. I use it with ILI9341 and ILI9488.

1 Like

Yes, I have this library, and I've done a simple test button.

But I'm now working on designing a complete GUI and thought using a design software would save me some time.

On that small screens making a GUI isn't that great work. What must be on that GUI? For buttons and more see the TFT_eWidget page from Bodmer.

1 Like

Yep, thanks but I thought of finding a design software that would make things easier. As I wanted to work on a design page where I put the items I want for my system.

I tested the example in this library, showed me analog meters, gauges ... etc. But I want to design something that provide me more options for design.

Like this one:
https://www.youtube.com/watch?v=Hl3uge0sMu4

Where I design my menu, then each page has the required system items.

OK, as a start GUIslice is working:
https://github.com/ImpulseAdventure/GUIslice/wiki

I had to modify some stuff.

Now, I'm working on how things should work.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.