Home
last modified time | relevance | path

Searched full:argb8888 (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/modules/lvgl/screen_transparency/src/
Dmain.c48 LOG_ERR("Display does not support ARGB8888 mode"); in main()
55 LOG_ERR("Failed to set ARGB8888 pixel format"); in main()
/Zephyr-latest/samples/drivers/display/boards/
Dmimxrt1170_evk_mimxrt1176_cm7_A.conf8 # 1280x720 display in a 32-bpp format (e.g. ARGB8888), this is (720 / 8) * (720 / 4) * 4 = 64800
Dmimxrt1170_evkb_cm7.conf8 # 1280x720 display in a 32-bpp format (e.g. ARGB8888), this is (720 / 8) * (720 / 4) * 4 = 64800
Dmimxrt595_evk_mimxrt595s_cm33.conf8 # 1280x720 display in a 32-bpp format (e.g. ARGB8888), this is (720 / 8) * (720 / 4) * 4 = 64800
/Zephyr-latest/samples/modules/lvgl/screen_transparency/
DREADME.rst16 * A board with a display that supports ``ARGB8888`` color.
/Zephyr-latest/drivers/display/
DKconfig.stm32_ltdc26 bool "ARGB8888"
DKconfig.mcux_elcdif43 4-bytes pixel format, e.g. ARGB8888. Applications should change this value
/Zephyr-latest/tests/drivers/display/display_read_write/
Dtestcase.yaml10 drivers.display.read_write.sdl.argb8888:
/Zephyr-latest/modules/lvgl/
DKconfig79 bool "32: ARGB8888"
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst722 driver. ARGB8888, RGB888, and BGR565 formats are supported.