-
- ESP LCD Touch GT911 - touch controller GT911
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 483.9k times
-
- Additional ESP LCD Panel IO
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 510.0k times
-
- ESP LCD Touch CST816S - touch controller CST816S
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 513.4k times
-
- ESP LCD Touch FT5x06 - touch controller FT5x06
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 564.4k times
-
- ESP LCD GC9A01
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 644.3k times
-
- ESP LCD ILI9341
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 800.7k times
-
- ESP LCD Touch - main component for using touch screen controllers
- Supports all targets
-
License:
Apache-2.0
-
Downloaded 976.9k times
-
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 color palettes (red, green, blue, yellow, magenta, cyan), rainbow gradient…
-
Examples matching your search query:
-
display_camera_csi
This example shows how to obtain frames from a MIPI-CSI camera and display them on an LCD. It continuously fetches image frames from the camera and…
-
display_rotation
This example demonstrates usage of the ESP-BOX Board Support Package, focusing on rotating the LCD display. Users can rotate the display using…
-
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:
-
get-started
This README provides a generic example for using I2C and LCD with various predefined configurations for different display sizes and types,…
-
- LCD driver for the CFA H LCD1602 module with 4 bits control interface
- Supports all targets
-
License:
MIT
-
Includes 1 example
-
Downloaded 68 times
Examples matching your search query:
-
Examples matching your search query:
-
display_camera_csi
This example shows how to obtain frames from a MIPI-CSI camera and display them on an LCD. It continuously fetches image frames from the camera and…
-
display_rotation
This example demonstrates usage of ESP-BOX Board Support Package, specifically focusing on rotating an LCD display. Users can rotate the display…
-
- Waveshare ESP32-S3 TouchLCD board support package (BSP) component for ESP-IDF
-
-
-
License:
MIT
-
Includes 1 example
-
Downloaded 142 times
Examples matching your search query:
-
example
This example demonstrates how to use the `espp::WsS3Touch` hardware abstraction component for the Waveshare ESP32-S3 TouchLCD board, enabling…
-
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…
-
Examples matching your search query:
-
lcd-20x4
This example demonstrates how to utilize the I2C Hd44780 IDF component.
-
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…
-
Examples matching your search query:
-
example
This example demonstrates how to use the `espp::WsS3Lcd147` hardware abstraction component to initialize the display, button, and RGB LED subsystems…
-
Examples matching your search query:
-
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…
-
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…
-
simplest_barometer
The example configures `BMP280` and `HD44780` via `PCF8574` to display temperature and pressure on the LCD in a loop.