-
- ESP LCD Touch GT1151 - touch controller GT1151
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 242.9k times
-
- ESP LCD Touch GT911 - touch controller GT911
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 500.1k times
-
- ESP LCD Touch ILI2118 - touch controller ILI2118
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 43 times
-
- ESP LCD Touch SPD2010 - touch controller SPD2010
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 2.4k times
-
- ESP LCD Touch ST7123 - touch controller ST7123
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 565.5k times
-
- ESP LCD Touch STMPE610 - touch controller STMPE610
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 290.5k times
-
- ESP LCD Touch TT21100 - touch controller TT21100
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 225.4k times
-
Examples matching your search query:
-
touchscreen
This example demonstrates the initialization and usage of the `esp_lvgl_port` component, including LCD and touch hardware initialization, LVGL port…
-
- Driver for Waveshare ESP32 S3 Touch LCD 4.3 with GT911 touch and LVGL v8/v9 support
-
-
License:
MIT
-
Includes 1 example
-
Downloaded 30 times
Examples matching your search query:
-
lvgl_widgets
This example demonstrates how to compile and run the LVGL Widgets demo on the Waveshare ESP32-S3 Touch LCD 4.3 board.
-
- 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 30 times
Examples matching your search query:
-
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.
-
async/lcd
Fetches a JPEG over HTTPS and renders it to an ILI9486 LCD in a single streaming pass without a full frame buffer.
-
async/ipcam
This example demonstrates streaming JPEG decoding from an HTTP source onto an ILI9486-based LCD in landscape orientation.
-
Examples matching your search query:
-
i2c
This example demonstrates the use of the HD44780 LCD with the PCF8574 Remote 8-Bit I/O Expander for I2C Bus. It displays "Hello world!" along with…
-
simplest_barometer
The example configures `BMP280` and `HD44780` via `PCF8574` to display temperature and pressure on the LCD in a loop.
-
i2c_scroll
An example to use HD44780 LCD with PCF8574 Remote 8-Bit I/O Expander for I2C Bus. It prints 'LEFT scroll' or 'RIGHT scroll' to the LCD, scrolls the…
-
- Driver for PCF8574 remote 8-bit I/O expander for I2C-bus
-
-
License:
MIT
-
Includes 1 example
-
Downloaded 1.0k times
Examples matching your search query:
-
i2c
An example to use HD44780 LCD with PCF8574 Remote 8-Bit I/O Expander for I2C Bus. It prints "Hello world!" with two user-defined characters and…
-
Examples matching your search query:
-
example
This example shows how to use the espp::WsS3Lcd147 to initialize the display, button, and RGB LED on the Waveshare ESP32-S3-LCD-1.47.
-
- Waveshare ESP32-S3 TouchLCD board support package (BSP) component for ESP-IDF
-
-
-
License:
MIT
-
Includes 1 example
-
Downloaded 233 times
Examples matching your search query:
-
example
This example demonstrates using the `espp::WsS3Touch` component for the Waveshare ESP32-S3 TouchLCD board to initialize touch features and draw graphics using the LVGL library.
-
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:
-
display_rotation
This example demonstrates usage of the ESP-BOX Board Support Package, focusing on rotating the LCD display using buttons.
-
display_camera_video
This example shows how you can obtain frames from MIPI-CSI / DVP camera and display them on LCD. It continuously fetches image frames from the camera and displays them on LCD using LVGL's canvas widget.
-
Examples matching your search query:
-
display_camera
This example demonstrates how to capture frames from a camera and display them on an LCD. It utilizes double-buffering for efficient processing,…
-
Examples matching your search query:
-
display_camera_video
This example shows how to obtain frames from MIPI-CSI / DVP camera and display them on an LCD continuously.
-
Examples matching your search query:
-
display_camera_video
This example shows how to obtain frames from MIPI-CSI / DVP cameras and display them on an LCD. It continuously fetches image frames from the camera…