Makerfabs 3.5-inch TFT touchscreen display features ESP32-S3 SoC

Makerfabs has launched a 3.5-inch TFT touchscreen display with built-in WiFi and Bluetooth connectivity through an ESP32-S3 dual-core Tensilica LX7 microcontroller clocked at 240 MHz with vector instructions for AI acceleration.

This display offers a 320×480 resolution through the ILI9488 LCD driver, uses a 16-bit parallel interface for communication with ESP32-S3 clocked at up to 20 Mhz making it suitable for smooth graphics user interface, and the company also claims it is smooth enough for video displays, but more on that later.

Makerfabs 3.5-inch wireless parallel TFT display with Touch

Specifications:

  • Wireless module – ESP32-S3-WROOM-1-N16R2 with
    • Espressif Systems ESP32-S3 dual-core Tensilica LX7 @ up to 240 MHz with vector instructions for AI acceleration, 512KB RAM, 2.4 GHz WiFi 4 and Bluetooth 5.0 LE with support for long-range, up to 2Mbps data rate, mesh networking
    • 16MB QSPI flash
    • 2MB PSRAM
    • PCB antenna
  • Storage – MicroSD card socket
  • Display – 3.5-inch color TFT LCD with 480×320 resolution, 16-bit parallel interface (ILI94988 driver), and capacitive touch panel (FT6263); backlight controller
  • USB – 2x USB Type-C ports, one for USB-to-UART and one for native USB
  • Expansion – Mabee interface with 1x I2C, 1x GPIO to add sensors or actuators
  • Misc – Flash and Reset buttons
  • Power Supply – 5V via USB Type-C port
  • Dimensions – 84.3 x 66 x 12mm
  • Weight – 52 grams
  • Temperature – -40°C to +85°C
MakerFabs ESP32-S3 touchscreen display
Board fitted with ESP32-S2 module shown above

The display can be programmed with the Arduino IDE. Sample code using the LovyanGFX library and EAGLE schematics and PCB layout can be found on Github. Makerfabs also designed an ESP32-S2 model that lacks Bluetooth connectivity, and the ESP32-S3 touchscreen display comes with more RAM and eMMC flash.

I was tipped about this display by Jon, a regular reader and commenter on CNX Software, who bought it, and said it works as advertised. The ESP32-S3 can really drive a high-speed display with a parallel LCD interface. However, it can’t stream video because there is no H.264 decoder, but it is great if you want a responsive GUI.

Makerfabs ESP32-S3 16-bit parallel capacitive touchscreen display is sold for $39.80 plus shipping, and the ESP32-S2 model is the same price with a resistive display, and there’s a capacitive display option for $4 more. As a side note, we previously wrote about another, smaller ESP32-S3 display, namely the LilyGO T-Display-S3, with a 1.9-inch display connected over a slower 8-bit parallel interface, and no touchscreen function that sells for around $17.

Thanks to Jon for the tip.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
16 Comments
oldest
newest
Jon Smirl
1 year ago

The two pin connector is miniJST. The other two are like Seeed Grove (Mabee == Grove). What is the name of that connector? miniJST doesn’t fit. So this board only has 5 GPIO easily accessible. You could get a bunch more in the SD Card socket since I don’t need it.

Maurizio
Maurizio
11 months ago

I asked Makerfabs tech support.

They said it is an HY2.0-4P connector, the pitch is 2.0mm

Jon Smirl
1 year ago

If you’ve been using an SPI display with an ESP chip and getting annoyed watching it draw, this parallel LCD is about 50x faster. It is possible to hack a parallel LCD onto the ESP32, but the ESP32-S3 has an official, real LCD controller. You will also discover that parallel LCDs are in general cheaper than SPI ones because they are made in greater volume. 7in parallel touch LCDs are pretty cheap since they are used in millions of tablets. Your LCD does need to support 8080 mode, the ESP32-S3 does not support 24b RGB mode. Most parallel LCDs support… Read more »

Klaudiusz
Klaudiusz
1 year ago

What is the highest resolution the ESP32-S3 could handle with not very dynamic user interfaces?
what realistically largest LCD could then be connected?

Jon Smirl
1 year ago

The width and height registers are only 10 bits, so it appears to be limited to 1024 x1024. If you want a large LCD I’d spend $10 and get a real CPU.

Tuff Pro
Tuff Pro
1 year ago

But can it handle 5′ or 7′ LCDs?

Jon Smirl
1 year ago

The physical size of the LCD does not matter, all that matters is the resolution.

Klaudiusz
Klaudiusz
1 year ago

Yes a $10 MCU could be a solution and I even tried to look for such a solution but I had trouble finding one that offered me secure boot and flash encryption features and it would be well documented and preferably with examples available.
I mean the equivalent of  
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/flash-encryption.html
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/secure-boot-v2.html
in ESP32.

Jon Smirl
1 year ago

All of the ARM CPUs support secure boot. Once you are booted you’d use Linux to encrypt the flash partitions.

Miroslav Petrov
Miroslav Petrov
1 year ago

Can you explain why the S2 version offers higher fps? Its the same LX7 core but S3 has two of them?

Jon Smirl
1 year ago

I would stick with the S3 versions. The S2 is extremely tight on RAM.

At least develop everything on the S3 first, then when you are done see if you can make it fit in an S2.

guelermus
guelermus
1 year ago

Sweet!
A microphone would be a nice feature.

Jon Smirl
1 year ago

you can probably attach a PDM one via the Mabee connectors. You’d need to check the schematic and manual to see if you can enable it on the right pins.

Mike Omode
1 year ago

Nice one!!! Do you have a schematics for this board…would love to see the connections.

Jon Smirl
1 year ago
Khadas VIM4 SBC