● 19 min readShowdown: Benewake TFMini Plus vs YDLIDAR SDM15
Vol. 49 | The Single-Point LiDAR Standoff It all comes down to range versus speed. One gives you a fixed, dependable 1000Hz sample rate out to 12 mete
Read Article →| Bulk Pricing | ||
|---|---|---|
| QTY | Unit Price(Inlc. GST) | |
| 10+ | ₹2,939.02 ₹ 2490.69 + 448.32 GST | |
| 20+ | ₹2,909.03 ₹ 2465.28 + 443.75 GST | |
| 30+ | ₹2,879.04 ₹ 2439.86 + 439.17 GST | |
| 50+ | ₹2,819.06 ₹ 2389.03 + 430.03 GST | |
Upgrade your IoT visualization with the LILYGO T-Display-S3. Powered by an ESP32-S3R8 dual-core processor with 16MB Flash and 8MB PSRAM, this board features a crisp 1.9-inch IPS color LCD display and onboard Wi-Fi/Bluetooth capabilities.
The Power of the ESP32-S3 At the core of the T-Display-S3 is the formidable ESP32-S3R8 dual-core LX7 microprocessor. Operating at up to 240 MHz, this chip delivers immense computational power capable of handling complex graphic libraries (like LVGL) and machine learning algorithms. To ensure your graphical interfaces run buttery smooth without crashing, LILYGO has packed this board with a massive 16MB of Flash memory for your UI assets and 8MB of Octal PSRAM for expansive frame buffering. Naturally, it includes full 2.4 GHz Wi-Fi (802.11 b/g/n) and Bluetooth 5.0 (BLE + BT Mesh) connectivity for seamless IoT integration.
Vibrant 1.9-Inch Display The standout feature is the pre-mounted 1.9-inch full-color TFT LCD display. Driven by the ST7789V display controller via a rapid 8-Bit Parallel Interface, it offers a sharp resolution of 170x320 pixels. This non-touch basic edition is secured with an integrated acrylic plate, ensuring the glass remains protected during handling while providing a stunning, high-contrast canvas for data logging, menus, or dynamic status indicators.
Prototyping and Portability This specific version is the "Non-Soldered Pin" variant. The GPIO through-holes are completely free of pre-installed headers, allowing you to solder wires directly to the board for slim, low-profile custom enclosures, or install the included male headers to use it on a standard breadboard. For true wireless portability, the board includes a JST-GH 1.25mm 2-pin connector and an integrated charging circuit, allowing you to run the display directly off a 3.7V Lithium Polymer battery.
Specifications
Microcontroller: ESP32-S3R8 Dual-core LX7 (up to 240 MHz)
Wireless: 2.4 GHz Wi-Fi (802.11 b/g/n) & Bluetooth 5.0 (LE / Mesh)
Flash Memory: 16MB
PSRAM: 8MB (OPI)
Display Size: 1.9 inches diagonal
Display Driver: ST7789V (8-Bit Parallel Interface)
Resolution: 170 (H) x 320 (V) pixels
Power/Data Interface: USB Type-C
Battery Connector: JST-GH 1.25mm 2-Pin (3.7V LiPo support)
Expansion Ports: STEMMA QT / Qwiic JST-SH 1.0mm 4-PIN
Onboard Functions: Boot button, Reset button, Programmable IO14 Button
Key Applications and Projects
Network Status Monitors: Displaying live ping, IP addresses, and bandwidth usage for a home server rack.
Portable Crypto/Stock Tickers: Connecting to Wi-Fi to pull live API data and displaying real-time financial charts on your desk.
Wearable Badges: Creating digital, programmable name tags for conventions using the slim non-soldered profile and a small LiPo battery.
Unlock New Capabilities (Project Evolution) The Smart Home Command Center: Don't just log data—visualize it beautifully! Evolve your standard sensor node into a sleek desktop dashboard. By utilizing the massive 8MB of PSRAM on this board, you can easily implement the LVGL (Light and Versatile Graphics Library) to create a fluid, smartphone-like user interface. Connect the ESP32-S3 to your local Home Assistant server via Wi-Fi. You can program the 1.9-inch screen to display live weather, room temperatures, and push-button interfaces for your smart lights. Design a custom 3D-printed case, power it with a small LiPo battery, and you have a portable, professional-grade smart home remote!
1 x LILYGO T-Display-S3 Board (1.9" LCD, Non-Touch, Non-Soldered)
2 x Male Header Pins (Unattached)
1 x JST 1.25mm 2-Pin Battery Cable
Downloads & Links


1. What microcontroller drives this board? It is powered by the Espressif ESP32-S3R8 Dual-core LX7 microprocessor, running at up to 240 MHz.
2. What are the specifications of the onboard screen? The screen is a 1.9-inch diagonal full-color TFT LCD display. It has a resolution of 170x320 pixels and is driven by the ST7789V chip via an 8-bit parallel interface.
3. Does this version have a touchscreen? No. This specific variant is the "Basic Edition" with a non-touch screen.
4. Are the header pins pre-soldered? No. This is the "Non-Soldered Pin" version. The male header pins are included loose in the package, allowing you to solder them on if you wish to use a breadboard.
5. How much memory does the board have? It features a massive 16MB of Flash memory and 8MB of OPI PSRAM, providing plenty of room for large graphical assets and firmware.
6. Can I power this board with a battery? Yes. The board includes a JST-GH 1.25mm 2-pin connector designed for a standard 3.7V Lithium Polymer (LiPo) battery.
7. Does the board charge the attached battery? Yes. It features an onboard battery management and charging circuit. When plugged into USB power, it will safely charge the connected LiPo battery.
8. Why does the screen stay black when I power it strictly from the battery? When powered by a battery, the backlight pin (GPIO15) must be set to HIGH in your code to turn on the screen's backlight. Add pinMode(15, OUTPUT); digitalWrite(15, HIGH); to your setup() function.
9. How do I program this board? You connect it to your computer via the onboard USB Type-C port. It can be programmed using the Arduino IDE, PlatformIO, MicroPython, or the ESP-IDF framework.
10. What settings should I use in the Arduino IDE? Select the "ESP32S3 Dev Module" (or the specific "Lilygo T Display S3" board if available in your core). Ensure you set "USB CDC On Boot" to Enabled, Flash Size to 16MB, and PSRAM to OPI PSRAM.
11. Is there an easy way to connect I2C sensors? Yes. The board features a tiny STEMMA QT / Qwiic compatible JST-SH 1.0mm 4-PIN connector, allowing you to plug in external I2C sensors without any soldering.
12. Does it support Wi-Fi? Yes, it features 2.4 GHz Wi-Fi (802.11 b/g/n).
13. Does it support Bluetooth? Yes, the ESP32-S3 chip supports Bluetooth 5.0 (BLE + BT mesh).
14. What do the buttons on the board do? There are three physical buttons: a Reset button, a Boot button (IO00, used for entering flashing mode manually), and a user-programmable button tied to IO14.
15. How do I put the board into bootloader mode if it fails to flash? Hold down the "Boot" button, press and release the "Reset" button, and then release the "Boot" button. The board will now be in download mode.
16. Can I monitor the battery voltage? Yes. The battery voltage is internally routed to GPIO04 via a voltage divider, allowing you to read the battery level directly in your software.
17. What logic voltage do the GPIO pins use? Like all ESP32 chips, the GPIO pins operate strictly on 3.3V logic. Do not apply 5V directly to any GPIO pin, or you will destroy the microcontroller.
18. What GUI libraries work well with this board? Because of its high speed and 8MB of PSRAM, this board is highly recommended for use with LVGL (Light and Versatile Graphics Library) and TFT_eSPI.
19. What does the green LED indicate? The green LED is the V3V indicator. In USB mode, it stays on continuously. In battery mode, it is controlled by GPIO15.
20. What does the red LED indicate? The red LED is the charge indicator. It turns on while a connected battery is charging and turns off when the battery is fully charged.


| Core Chipset: | ESP32 |
|---|---|
| Flash Memory: | 16 MB |
| PSRAM: | 8 MB |
| Wireless Connectivity: | WiFi, Bluetooth |
| Antenna Type: | Onboard PCB |
Probots sells every Electronics Part for your next Project. You can order 10,000+ Electronic Parts Online - Arduino, Raspberry Pi, NodeMCU Development Boards, Sensors, Motors, Motor Drivers, SMPS, Plastic Enclosures etc in India directly on probots.co.in
We delivery electronics components and parts throughout India using standard couriers like Bluedart, Delhivery & India Post.
For order related queries contact -
Probots sells every Electronics Part for your next Project. You can order 10,000+ Electronic Parts Online - Arduino, Raspberry Pi, NodeMCU Development Boards, Sensors, Motors, Motor Drivers, SMPS, Plastic Enclosures etc in India directly on probots.co.in
We offer specialized services for Bulk, Wholesale & B2B Customers like discounted prices, additional shipping options, customised products, etc . Customer with large quantity & regular orders qualify for the specialised discounted rates.
We also offer dedicated sales team to assist you with the order process by providing sales quotations, PI, technical support for choosing products, etc.
Note: Business Orders are processed manually and usually take 1-3 days to process compared to placing the order directly on our website. Please plan your purchases accordingly.
Need Help?
For bulk enquiries contact us by -
Probots Electronics is highly regarded for its highly skilled team and knowledgeable staff who provide expert guidance to ensure customers select the right components for their technical projects. The business maintains a strong reputation for prompt service and reliable support, with many clients praising their quick response times and genuine commitment to customer satisfaction.
● 19 min readVol. 49 | The Single-Point LiDAR Standoff It all comes down to range versus speed. One gives you a fixed, dependable 1000Hz sample rate out to 12 mete
Read Article →
● 13 min readWorkbench Vol. 40 🚀 The Project Trifecta: 3 Builds to Start Today We don’t just stock parts; we curate ecosystems. This week’s arrivals are desi
Read Article →
● 18 min readVol. 48 | The Micro-Display Heavyweights We’ve come a long way from the original 700MHz chips and clunky breadboards; today, we’re crammin
Read Article →