zephyr/dts/bindings/display
Andrzej Głąbek 4dfab40cac drivers: display_nrf_led_matrix: Add option to light LEDs in groups
Add a new DT property named "pixel-group-size" that allows users to
configure the driver to refresh the matrix by illuminating multiple
LEDs in particular rows simultaneously. This way the maximum possible
brightness of the LEDs can be increased (as they can be lit longer)
and the timer interrupt handler is executed less frequently, what
results in decreased CPU load, but more GPIOTE/PPI channels needs to
be allocated if the PWM peripheral cannot be used. Thus, it is left
to users to select the configuration that suits them best.

Update definitions of both the bbc_microbit boards with this new
property, using the maximum available group size (to achieve maximum
possible brightness). For v2, no new resources are used (only all
channels in the already used PWM peripheral are now utilized).
For v1, two more GPIOTE and PPI channels are allocated.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2021-12-21 17:53:38 +01:00
..
display-controller.yaml dts: add bindings for display controller 2021-12-10 12:47:30 +01:00
fsl,imx6sx-lcdif.yaml
ftdi,ft800.yaml dts: bindings: display: fix up multi-line strings 2021-06-14 21:49:57 -04:00
gooddisplay,gd7965.yaml dts: display: include common display controller bindings 2021-12-10 12:47:30 +01:00
ilitek,ili9xxx-common.yaml dts: display: include common display controller bindings 2021-12-10 12:47:30 +01:00
ilitek,ili9340.yaml
ilitek,ili9341.yaml drivers: display: ili9xxx: add support for ILI9341 controller 2021-06-29 16:02:44 -04:00
ilitek,ili9488.yaml
nordic,nrf-led-matrix.yaml drivers: display_nrf_led_matrix: Add option to light LEDs in groups 2021-12-21 17:53:38 +01:00
rocktech,rk043fn02h-ct.yaml
sharp,ls0xx.yaml dts: display: include common display controller bindings 2021-12-10 12:47:30 +01:00
sitronix,st7735r.yaml dts: display: include common display controller bindings 2021-12-10 12:47:30 +01:00
sitronix,st7789v.yaml dts: display: include common display controller bindings 2021-12-10 12:47:30 +01:00
solomon,ssd16xxfb.yaml dts: display: include common display controller bindings 2021-12-10 12:47:30 +01:00
solomon,ssd1306fb-common.yaml dts: display: include common display controller bindings 2021-12-10 12:47:30 +01:00
solomon,ssd1306fb-i2c.yaml
solomon,ssd1306fb-spi.yaml
zephyr,dummy-dc.yaml drivers: display_dummy: rework to obtain configuration from devicetree 2021-12-10 12:47:30 +01:00
zephyr,sdl-dc.yaml drivers: display_sdl: rework to obtain configuration from devicetree 2021-12-10 12:47:30 +01:00