Implement Tulip Creative Computer 4r11 (#608)

This commit is contained in:
NellowTCS
2026-08-08 06:52:34 -06:00
committed by GitHub
parent c6373b79e9
commit 564d8af64c
20 changed files with 798 additions and 9 deletions
@@ -222,3 +222,11 @@ properties:
type: phandle
default: "NULL"
description: Optional reference to this display's backlight device
custom-pixel-format:
type: int
default: 0
description: |
Optional software pixel-format conversion applied to scan-out pixels, when the host renders
in a different depth than the panel (LVGL always renders RGB565).
0 = no conversion (RGB_DISPLAY_PIXEL_FORMAT_DEFAULT), 1 = RGB332
(RGB_DISPLAY_PIXEL_FORMAT_RGB332) for 8 data-line panels.