-
Examples matching your search query:
-
qspi_with_ram
This example demonstrates using various LCD drivers with the ESP32, utilizing the LVGL library for graphical displays.
-
- ESP LCD ST77916(SPI & QSPI)
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 693.4k times
-
- ESP LCD Touch FT5x06 - touch controller FT5x06
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 710.9k times
-
- Additional ESP LCD Panel IO
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 717.2k times
-
- ESP LCD GC9A01
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 982.6k times
-
- ESP LCD ILI9341
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 1.2M times
-
- ESP LCD Touch - main component for using touch screen controllers
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 1.5M times
-
- ESP-IDF HD44780 character LCD driver with PCF8574 I2C backpack, GPIO 4-bit, and GPIO 8-bit backends.
- Supports all targets
-
-
License:
MIT
-
Includes 1 example
-
Downloaded 3 times
Examples matching your search query:
-
simple
This example demonstrates how to connect an HD44780-compatible LCD to a PCF8574 I2C backpack, including initialization and self-test.
-
Examples matching your search query:
-
grove_lcd_display
This example demonstrates basic text display and backlight control features of the Grove LCD RGB Backlight v4.0, including initialization, text…
-
grove_lcd_rgb
This example showcases advanced RGB backlight control including a color palette display (red, green, blue, yellow, magenta, cyan), rainbow gradient…
-
- Streaming region-of-interest JPEG decoder for ESP32 based on tjpgd. Stream JPEG data in from any source, stream decoded pixel rows out to your callback — without loading the full image into RAM, without a seekable source, without a full-frame output buffer. Stream in from a file, a flash blob, an HTTP response body, a UART byte stream, a FreeRTOS queue, a TCP socket, or a DMA ring buffer. If you can hand bytes to a callback, you can decode a JPEG.
- Supports all targets
-
-
License:
MIT
-
Includes 8 examples
-
Downloaded 18 times
Examples matching your search query:
-
async/ipcam
This example demonstrates streaming JPEG decoding from an HTTP source onto an ILI9486-based LCD in landscape orientation.
-
async/lcd
Fetches a JPEG over HTTPS and renders it to an ILI9486 LCD in a single streaming pass without a full frame buffer.
-
sync/ipcam
This example demonstrates streaming JPEG decoding from an HTTP source onto an ILI9486-based LCD in landscape orientation.
-
sync/lcd
Fetches a JPEG over HTTPS and renders it to an ILI9486 LCD without needing a full frame buffer.
-
- MPU6050 ESP-IDF Driver by TNY Robotics
- Supports all targets
-
-
License:
MIT
-
Includes 1 example
-
Downloaded 22 times
Examples matching your search query:
-
mpu6050
Example code for creating a SH1106 LCD screen object in ESP-IDF.
-
- ESP-IDF driver for ILI9486 LCD controller
- Supports all targets
-
License:
MIT
-
Includes 4 examples
-
Downloaded 35 times
Examples matching your search query:
-
https
Fetches a JPEG over HTTPS and renders it to an ILI9486 LCD without a full frame buffer or intermediate file.
-
ipcam
This example fetches a JPEG over HTTPS and renders it directly onto an ILI9486 320×480 LCD without an intermediate file.
-
Examples matching your search query:
-
get-started
This README provides a generic example for using I2C and LCD with various predefined configurations for different display sizes and types,…
-
Examples matching your search query:
-
display_rotation
This example demonstrates usage of the ESP-BOX Board Support Package, focusing on rotating an LCD display via user buttons.
-
Examples matching your search query:
-
display_rotation
This example demonstrates usage of ESP-BOX Board Support Package for rotating an LCD display using buttons.
-
- LCD driver for the CFA H LCD1602 module with 4 bits control interface
- Supports all targets
-
License:
MIT
-
Includes 1 example
-
Downloaded 94 times
Examples matching your search query:
-
Examples matching your search query:
-
display_rotation
This example demonstrates the usage of the ESP-BOX Board Support Package, focusing on rotating an LCD display with buttons that allow the user to…
-
display_camera_csi
This example demonstrates how to obtain frames from a MIPI-CSI camera and display them on an LCD. It continuously fetches image frames from the…
-
Examples matching your search query:
-
lvgl_spng
This demo shows how to add Split PNG to the lvgl project using the ESP32-C3-LCDkit development board. It outlines the necessary hardware, steps for…
-
- Waveshare ESP32-S3 TouchLCD board support package (BSP) component for ESP-IDF
-
-
-
License:
MIT
-
Includes 1 example
-
Downloaded 175 times
Examples matching your search query:
-
example
This example demonstrates using the espp::WsS3Touch component to initialize the Waveshare ESP32-S3 TouchLCD board and utilize the LVGL graphics library for display and touch sound functionality.
-
Examples matching your search query:
-
lcd-20x4
This example demonstrates how to utilize the I2C Hd44780 IDF component.