Bridle API 4.1.99
A Zephyr based application framework
Loading...
Searching...
No Matches
Displays

Displays. More...

Modules

 SIPO/MUX Display
 Generic latched SIPO/MUX Display controller.
 

Detailed Description

Displays.

Since
3.6

A display device is an output device that visually presents information, typically in the form of images, text, or graphics. These devices are essential for displaying the output of computers, televisions, and other electronic systems. Common examples include LCDs, LEDs, OLEDs, and 7-segment displays.

A Zephyr and thus a Bridle display driver is a piece of software that allows a Zephyr-based system to interact with a specific display hardware, providing a common interface for drawing graphics and controlling display attributes, according to LVGL documentation. These drivers handle the low-level details of communicating with the display, such as sending data to the display controller and managing the display's configuration.