Waveshare ESP32-S3 Zero: high-resolution, datasheet, pinout, and specs
Waveshare ESP32-S3 Zero: high-resolution, datasheet, pinout, and specs
Waveshare ESP32-S3 Zero: high-resolution, datasheet, pinout, and specs
This article shows how to build a simple weather station using an ESP32 and a 4.2″ SSD1683 eInk display, powered by the GxEPD2 library and the OpenWeatherMap API. A low-power project that displays real-time temperature, humidity, wind, and pressure.
Continuing our previous tutorial on configuring the ESP32 SSD1683 display and wiring, this article dives into text and shape rendering, demonstrating font scaling with setTextSize(), custom GFX fonts via setFont(), and drawing lines, rectangles, circles and rounded shapes. We’ll also cover converting images to 1-bit byte arrays with the online generator and displaying them on the E-Ink screen.
ESP32-C3 Super Mini: high-resolution, datasheet, pinout, and specs
ePaper displays offer ultra-low power consumption and paper-like readability, perfect for battery-powered and outdoor devices. The SSD1683 controller handles timing, waveforms, and pixel updates for crisp, ghost-free images. Learn how to connect an SSD1683 panel to an ESP32 with GxEPD, configure SPI, set display parameters, and perform full or partial updates on a CrowPanel 4.2″ HMI also.
Raspberry Pi Pico 2: high-resolution pinout and specs
CrowPanel ESP32-S3 4.2” E-paper HMI Display: high-resolution pinout, datasheet and specs
Building on our ILI9341 and TFT_eSPI setup, this article adds touchscreen support to create interactive interfaces. With touch input, you can enhance your ESP32 projects with buttons, keypads, and controls for a more dynamic user experience.
This comprehensive guide explains how to use an ILI9341 TFT display with the optimized TFT_eSPI library on ESP32 and similar boards. It covers wiring, library installation, configuration, and provides detailed code examples for drawing shapes, text, images, animations, and troubleshooting. It also outlines next steps, including touchscreen integration and advanced display features. Learn to customize your projects.
Introducing my new MultiFTPServer library, a lean, drop-in successor to SimpleFTPServer that finally delivers true multi-session FTP to the hobby boards and industrial MCUs you love.