zephyr,panel-color-palette

Description

Common color palette settings for display panels.

Examples

color-palette {
  compatible = "zephyr,panel-color-palette";
  colors = <ARGB8888(255, 0, 0, 255)   /* red */
            ARGB8888(0, 255, 0, 128)   /* green, 50% alpha */
            PANEL_COLOR_PALETTE_NULL   /* Empty entry */
            ARGB8888(0, 0, 255, 255)>; /* blue */
};

Properties

Node specific properties

Properties not inherited from the base binding file.

Name

Type

Details

colors

array

List of 32-bit ARGB8888 colors.

Each value corresponds to ARGB8888(r, g, b, a)
with A in the most significant byte.

Deprecated node specific properties

Deprecated properties not inherited from the base binding file.

(None)

Base properties

Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the “zephyr,panel-color-palette” compatible.

(None)