1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_PANEL 3 bool 4 depends on DRM 5 help 6 Panel registration and lookup framework. 7 8menu "Display Panels" 9 depends on DRM && DRM_PANEL 10 11config DRM_PANEL_ABT_Y030XX067A 12 tristate "ABT Y030XX067A 320x480 LCD panel" 13 depends on OF && SPI 14 select REGMAP_SPI 15 help 16 Say Y here to enable support for the Asia Better Technology Ltd. 17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 18 and RG-99 handheld gaming consoles. 19 20config DRM_PANEL_ARM_VERSATILE 21 tristate "ARM Versatile panel driver" 22 depends on OF 23 depends on MFD_SYSCON 24 select VIDEOMODE_HELPERS 25 help 26 This driver supports the ARM Versatile panels connected to ARM 27 reference designs. The panel is detected using special registers 28 in the Versatile family syscon registers. 29 30config DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 31 tristate "ASUS Z00T TM5P5 NT35596 panel" 32 depends on GPIOLIB && OF 33 depends on DRM_MIPI_DSI 34 depends on BACKLIGHT_CLASS_DEVICE 35 help 36 Say Y here if you want to enable support for the ASUS TMP5P5 37 NT35596 1080x1920 video mode panel as found in some Asus 38 Zenfone 2 Laser Z00T devices. 39 40config DRM_PANEL_BOE_HIMAX8279D 41 tristate "Boe Himax8279d panel" 42 depends on OF 43 depends on DRM_MIPI_DSI 44 depends on BACKLIGHT_CLASS_DEVICE 45 help 46 Say Y here if you want to enable support for Boe Himax8279d 47 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 48 24 bit RGB per pixel. It provides a MIPI DSI interface to 49 the host and has a built-in LED backlight. 50 51config DRM_PANEL_BOE_TV101WUM_NL6 52 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" 53 depends on OF 54 depends on DRM_MIPI_DSI 55 depends on BACKLIGHT_CLASS_DEVICE 56 help 57 Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 58 45NA WUXGA PANEL DSI Video Mode panel 59 60config DRM_PANEL_DSI_CM 61 tristate "Generic DSI command mode panels" 62 depends on OF 63 depends on DRM_MIPI_DSI 64 depends on BACKLIGHT_CLASS_DEVICE 65 help 66 DRM panel driver for DSI command mode panels with support for 67 embedded and external backlights. 68 69config DRM_PANEL_LVDS 70 tristate "Generic LVDS panel driver" 71 depends on OF 72 depends on BACKLIGHT_CLASS_DEVICE 73 select VIDEOMODE_HELPERS 74 help 75 This driver supports LVDS panels that don't require device-specific 76 handling of power supplies or control signals. It implements automatic 77 backlight handling if the panel is attached to a backlight controller. 78 79config DRM_PANEL_SIMPLE 80 tristate "support for simple panels" 81 depends on OF 82 depends on BACKLIGHT_CLASS_DEVICE 83 depends on PM 84 select VIDEOMODE_HELPERS 85 select DRM_DP_AUX_BUS 86 help 87 DRM panel driver for dumb panels that need at most a regulator and 88 a GPIO to be powered up. Optionally a backlight can be attached so 89 that it can be automatically turned off when the panel goes into a 90 low power state. 91 92config DRM_PANEL_ELIDA_KD35T133 93 tristate "Elida KD35T133 panel driver" 94 depends on OF 95 depends on DRM_MIPI_DSI 96 depends on BACKLIGHT_CLASS_DEVICE 97 help 98 Say Y here if you want to enable support for the Elida 99 KD35T133 controller for 320x480 LCD panels with MIPI-DSI 100 system interfaces. 101 102config DRM_PANEL_FEIXIN_K101_IM2BA02 103 tristate "Feixin K101 IM2BA02 panel" 104 depends on OF 105 depends on DRM_MIPI_DSI 106 depends on BACKLIGHT_CLASS_DEVICE 107 help 108 Say Y here if you want to enable support for the Feixin K101 IM2BA02 109 4-lane 800x1280 MIPI DSI panel. 110 111config DRM_PANEL_FEIYANG_FY07024DI26A30D 112 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 113 depends on OF 114 depends on DRM_MIPI_DSI 115 depends on BACKLIGHT_CLASS_DEVICE 116 help 117 Say Y if you want to enable support for panels based on the 118 Feiyang FY07024DI26A30-D MIPI-DSI interface. 119 120config DRM_PANEL_ILITEK_IL9322 121 tristate "Ilitek ILI9322 320x240 QVGA panels" 122 depends on OF && SPI 123 select REGMAP 124 help 125 Say Y here if you want to enable support for Ilitek IL9322 126 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 127 128config DRM_PANEL_ILITEK_ILI9881C 129 tristate "Ilitek ILI9881C-based panels" 130 depends on OF 131 depends on DRM_MIPI_DSI 132 depends on BACKLIGHT_CLASS_DEVICE 133 help 134 Say Y if you want to enable support for panels based on the 135 Ilitek ILI9881c controller. 136 137config DRM_PANEL_INNOLUX_EJ030NA 138 tristate "Innolux EJ030NA 320x480 LCD panel" 139 depends on OF && SPI 140 select REGMAP_SPI 141 help 142 Say Y here to enable support for the Innolux/Chimei EJ030NA 143 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 144 and LDK handheld gaming consoles. 145 146config DRM_PANEL_INNOLUX_P079ZCA 147 tristate "Innolux P079ZCA panel" 148 depends on OF 149 depends on DRM_MIPI_DSI 150 depends on BACKLIGHT_CLASS_DEVICE 151 help 152 Say Y here if you want to enable support for Innolux P079ZCA 153 TFT-LCD modules. The panel has a 1024x768 resolution and uses 154 24 bit RGB per pixel. It provides a MIPI DSI interface to 155 the host and has a built-in LED backlight. 156 157config DRM_PANEL_JDI_LT070ME05000 158 tristate "JDI LT070ME05000 WUXGA DSI panel" 159 depends on OF 160 depends on DRM_MIPI_DSI 161 depends on BACKLIGHT_CLASS_DEVICE 162 help 163 Say Y here if you want to enable support for JDI DSI video mode 164 panel as found in Google Nexus 7 (2013) devices. 165 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 166 24 bit per pixel. 167 168config DRM_PANEL_KHADAS_TS050 169 tristate "Khadas TS050 panel" 170 depends on OF 171 depends on DRM_MIPI_DSI 172 depends on BACKLIGHT_CLASS_DEVICE 173 help 174 Say Y here if you want to enable support for Khadas TS050 TFT-LCD 175 panel module. The panel has a 1080x1920 resolution and uses 176 24 bit RGB per pixel. It provides a MIPI DSI interface to 177 the host, a built-in LED backlight and touch controller. 178 179config DRM_PANEL_KINGDISPLAY_KD097D04 180 tristate "Kingdisplay kd097d04 panel" 181 depends on OF 182 depends on DRM_MIPI_DSI 183 depends on BACKLIGHT_CLASS_DEVICE 184 help 185 Say Y here if you want to enable support for Kingdisplay kd097d04 186 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 187 24 bit RGB per pixel. It provides a MIPI DSI interface to 188 the host and has a built-in LED backlight. 189 190config DRM_PANEL_LEADTEK_LTK050H3146W 191 tristate "Leadtek LTK050H3146W panel" 192 depends on OF 193 depends on DRM_MIPI_DSI 194 depends on BACKLIGHT_CLASS_DEVICE 195 help 196 Say Y here if you want to enable support for Leadtek LTK050H3146W 197 TFT-LCD modules. The panel has a 720x1280 resolution and uses 198 24 bit RGB per pixel. It provides a MIPI DSI interface to 199 the host and has a built-in LED backlight. 200 201config DRM_PANEL_LEADTEK_LTK500HD1829 202 tristate "Leadtek LTK500HD1829 panel" 203 depends on OF 204 depends on DRM_MIPI_DSI 205 depends on BACKLIGHT_CLASS_DEVICE 206 help 207 Say Y here if you want to enable support for Kingdisplay kd097d04 208 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 209 24 bit RGB per pixel. It provides a MIPI DSI interface to 210 the host and has a built-in LED backlight. 211 212config DRM_PANEL_SAMSUNG_LD9040 213 tristate "Samsung LD9040 RGB/SPI panel" 214 depends on OF && SPI 215 select VIDEOMODE_HELPERS 216 217config DRM_PANEL_LG_LB035Q02 218 tristate "LG LB035Q024573 RGB panel" 219 depends on GPIOLIB && OF && SPI 220 help 221 Say Y here if you want to enable support for the LB035Q02 RGB panel 222 (found on the Gumstix Overo Palo35 board). To compile this driver as 223 a module, choose M here. 224 225config DRM_PANEL_LG_LG4573 226 tristate "LG4573 RGB/SPI panel" 227 depends on OF && SPI 228 select VIDEOMODE_HELPERS 229 help 230 Say Y here if you want to enable support for LG4573 RGB panel. 231 To compile this driver as a module, choose M here. 232 233config DRM_PANEL_NEC_NL8048HL11 234 tristate "NEC NL8048HL11 RGB panel" 235 depends on GPIOLIB && OF && SPI 236 help 237 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 238 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 239 as a module, choose M here. 240 241config DRM_PANEL_NOVATEK_NT35510 242 tristate "Novatek NT35510 RGB panel driver" 243 depends on OF 244 depends on DRM_MIPI_DSI 245 depends on BACKLIGHT_CLASS_DEVICE 246 help 247 Say Y here if you want to enable support for the panels built 248 around the Novatek NT35510 display controller, such as some 249 Hydis panels. 250 251config DRM_PANEL_NOVATEK_NT36672A 252 tristate "Novatek NT36672A DSI panel" 253 depends on OF 254 depends on DRM_MIPI_DSI 255 depends on BACKLIGHT_CLASS_DEVICE 256 help 257 Say Y here if you want to enable support for the panels built 258 around the Novatek NT36672A display controller, such as some 259 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 260 261config DRM_PANEL_NOVATEK_NT39016 262 tristate "Novatek NT39016 RGB/SPI panel" 263 depends on OF && SPI 264 depends on BACKLIGHT_CLASS_DEVICE 265 select REGMAP_SPI 266 help 267 Say Y here if you want to enable support for the panels built 268 around the Novatek NT39016 display controller. 269 270config DRM_PANEL_MANTIX_MLAF057WE51 271 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 272 depends on OF 273 depends on DRM_MIPI_DSI 274 depends on BACKLIGHT_CLASS_DEVICE 275 help 276 Say Y here if you want to enable support for the Mantix 277 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 278 has a resolution of 720x1440 pixels, a built in backlight and touch 279 controller. 280 281config DRM_PANEL_OLIMEX_LCD_OLINUXINO 282 tristate "Olimex LCD-OLinuXino panel" 283 depends on OF 284 depends on I2C 285 depends on BACKLIGHT_CLASS_DEVICE 286 help 287 The panel is used with different sizes LCDs, from 480x272 to 288 1280x800, and 24 bit per pixel. 289 290 Say Y here if you want to enable support for Olimex Ltd. 291 LCD-OLinuXino panel. 292 293config DRM_PANEL_ORISETECH_OTM8009A 294 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 295 depends on OF 296 depends on DRM_MIPI_DSI 297 depends on BACKLIGHT_CLASS_DEVICE 298 help 299 Say Y here if you want to enable support for Orise Technology 300 otm8009a 480x800 dsi 2dl panel. 301 302config DRM_PANEL_OSD_OSD101T2587_53TS 303 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 304 depends on OF 305 depends on DRM_MIPI_DSI 306 depends on BACKLIGHT_CLASS_DEVICE 307 help 308 Say Y here if you want to enable support for One Stop Displays 309 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 310 311config DRM_PANEL_PANASONIC_VVX10F034N00 312 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 313 depends on OF 314 depends on DRM_MIPI_DSI 315 depends on BACKLIGHT_CLASS_DEVICE 316 help 317 Say Y here if you want to enable support for Panasonic VVX10F034N00 318 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 319 Xperia Z2 tablets 320 321config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 322 tristate "Raspberry Pi 7-inch touchscreen panel" 323 depends on DRM_MIPI_DSI 324 help 325 Say Y here if you want to enable support for the Raspberry 326 Pi 7" Touchscreen. To compile this driver as a module, 327 choose M here. 328 329config DRM_PANEL_RAYDIUM_RM67191 330 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 331 depends on OF 332 depends on DRM_MIPI_DSI 333 depends on BACKLIGHT_CLASS_DEVICE 334 help 335 Say Y here if you want to enable support for Raydium RM67191 FHD 336 (1080x1920) DSI panel. 337 338config DRM_PANEL_RAYDIUM_RM68200 339 tristate "Raydium RM68200 720x1280 DSI video mode panel" 340 depends on OF 341 depends on DRM_MIPI_DSI 342 depends on BACKLIGHT_CLASS_DEVICE 343 help 344 Say Y here if you want to enable support for Raydium RM68200 345 720x1280 DSI video mode panel. 346 347config DRM_PANEL_RONBO_RB070D30 348 tristate "Ronbo Electronics RB070D30 panel" 349 depends on OF 350 depends on DRM_MIPI_DSI 351 depends on BACKLIGHT_CLASS_DEVICE 352 help 353 Say Y here if you want to enable support for Ronbo Electronics 354 RB070D30 1024x600 DSI panel. 355 356config DRM_PANEL_SAMSUNG_DB7430 357 tristate "Samsung DB7430-based DPI panels" 358 depends on OF && SPI && GPIOLIB 359 depends on BACKLIGHT_CLASS_DEVICE 360 select DRM_MIPI_DBI 361 help 362 Say Y here if you want to enable support for the Samsung 363 DB7430 DPI display controller used in such devices as the 364 LMS397KF04 480x800 DPI panel. 365 366config DRM_PANEL_SAMSUNG_S6D16D0 367 tristate "Samsung S6D16D0 DSI video mode panel" 368 depends on OF 369 depends on DRM_MIPI_DSI 370 select VIDEOMODE_HELPERS 371 372config DRM_PANEL_SAMSUNG_S6E3HA2 373 tristate "Samsung S6E3HA2 DSI video mode panel" 374 depends on OF 375 depends on DRM_MIPI_DSI 376 depends on BACKLIGHT_CLASS_DEVICE 377 select VIDEOMODE_HELPERS 378 379config DRM_PANEL_SAMSUNG_S6E63J0X03 380 tristate "Samsung S6E63J0X03 DSI command mode panel" 381 depends on OF 382 depends on DRM_MIPI_DSI 383 depends on BACKLIGHT_CLASS_DEVICE 384 select VIDEOMODE_HELPERS 385 386config DRM_PANEL_SAMSUNG_S6E63M0 387 tristate "Samsung S6E63M0 RGB panel" 388 depends on OF 389 depends on BACKLIGHT_CLASS_DEVICE 390 help 391 Say Y here if you want to enable support for Samsung S6E63M0 392 AMOLED LCD panel. This panel can be accessed using SPI or 393 DSI. 394 395config DRM_PANEL_SAMSUNG_S6E63M0_SPI 396 tristate "Samsung S6E63M0 RGB SPI interface" 397 depends on SPI 398 depends on DRM_PANEL_SAMSUNG_S6E63M0 399 default DRM_PANEL_SAMSUNG_S6E63M0 400 select DRM_MIPI_DBI 401 help 402 Say Y here if you want to be able to access the Samsung 403 S6E63M0 panel using SPI. 404 405config DRM_PANEL_SAMSUNG_S6E63M0_DSI 406 tristate "Samsung S6E63M0 RGB DSI interface" 407 depends on DRM_MIPI_DSI 408 depends on DRM_PANEL_SAMSUNG_S6E63M0 409 help 410 Say Y here if you want to be able to access the Samsung 411 S6E63M0 panel using DSI. 412 413config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 414 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 415 depends on OF 416 select DRM_MIPI_DSI 417 select VIDEOMODE_HELPERS 418 419config DRM_PANEL_SAMSUNG_S6E8AA0 420 tristate "Samsung S6E8AA0 DSI video mode panel" 421 depends on OF 422 select DRM_MIPI_DSI 423 select VIDEOMODE_HELPERS 424 425config DRM_PANEL_SAMSUNG_SOFEF00 426 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 427 depends on OF 428 depends on DRM_MIPI_DSI 429 depends on BACKLIGHT_CLASS_DEVICE 430 select VIDEOMODE_HELPERS 431 help 432 Say Y or M here if you want to enable support for the Samsung AMOLED 433 command mode panels found in the OnePlus 6/6T smartphones. 434 435 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 436 437config DRM_PANEL_SEIKO_43WVF1G 438 tristate "Seiko 43WVF1G panel" 439 depends on OF 440 depends on BACKLIGHT_CLASS_DEVICE 441 select VIDEOMODE_HELPERS 442 help 443 Say Y here if you want to enable support for the Seiko 444 43WVF1G controller for 800x480 LCD panels 445 446config DRM_PANEL_SHARP_LQ101R1SX01 447 tristate "Sharp LQ101R1SX01 panel" 448 depends on OF 449 depends on DRM_MIPI_DSI 450 depends on BACKLIGHT_CLASS_DEVICE 451 help 452 Say Y here if you want to enable support for Sharp LQ101R1SX01 453 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 454 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 455 the host and has a built-in LED backlight. 456 457 To compile this driver as a module, choose M here: the module 458 will be called panel-sharp-lq101r1sx01. 459 460config DRM_PANEL_SHARP_LS037V7DW01 461 tristate "Sharp LS037V7DW01 VGA LCD panel" 462 depends on GPIOLIB && OF && REGULATOR 463 help 464 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 465 (480x640) LCD panel (found on the TI SDP3430 board). 466 467config DRM_PANEL_SHARP_LS043T1LE01 468 tristate "Sharp LS043T1LE01 qHD video mode panel" 469 depends on OF 470 depends on DRM_MIPI_DSI 471 depends on BACKLIGHT_CLASS_DEVICE 472 help 473 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 474 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 475 476config DRM_PANEL_SITRONIX_ST7701 477 tristate "Sitronix ST7701 panel driver" 478 depends on OF 479 depends on DRM_MIPI_DSI 480 depends on BACKLIGHT_CLASS_DEVICE 481 help 482 Say Y here if you want to enable support for the Sitronix 483 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 484 system interfaces. 485 486config DRM_PANEL_SITRONIX_ST7703 487 tristate "Sitronix ST7703 based MIPI touchscreen panels" 488 depends on OF 489 depends on DRM_MIPI_DSI 490 depends on BACKLIGHT_CLASS_DEVICE 491 help 492 Say Y here if you want to enable support for Sitronix ST7703 based 493 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 494 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 495 in backlight and touch controller. 496 Touch input support is provided by the goodix driver and needs to be 497 selected separately. 498 499config DRM_PANEL_SITRONIX_ST7789V 500 tristate "Sitronix ST7789V panel" 501 depends on OF && SPI 502 depends on BACKLIGHT_CLASS_DEVICE 503 help 504 Say Y here if you want to enable support for the Sitronix 505 ST7789V controller for 240x320 LCD panels 506 507config DRM_PANEL_SONY_ACX424AKP 508 tristate "Sony ACX424AKP DSI command mode panel" 509 depends on OF 510 depends on DRM_MIPI_DSI 511 depends on BACKLIGHT_CLASS_DEVICE 512 select VIDEOMODE_HELPERS 513 help 514 Say Y here if you want to enable the Sony ACX424 display 515 panel. This panel supports DSI in both command and video 516 mode. 517 518config DRM_PANEL_SONY_ACX565AKM 519 tristate "Sony ACX565AKM panel" 520 depends on GPIOLIB && OF && SPI 521 depends on BACKLIGHT_CLASS_DEVICE 522 help 523 Say Y here if you want to enable support for the Sony ACX565AKM 524 800x600 3.5" panel (found on the Nokia N900). 525 526config DRM_PANEL_TDO_TL070WSH30 527 tristate "TDO TL070WSH30 DSI panel" 528 depends on OF 529 depends on DRM_MIPI_DSI 530 depends on BACKLIGHT_CLASS_DEVICE 531 help 532 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 533 panel module. The panel has a 1024×600 resolution and uses 534 24 bit RGB per pixel. It provides a MIPI DSI interface to 535 the host, a built-in LED backlight and touch controller. 536 537config DRM_PANEL_TPO_TD028TTEC1 538 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 539 depends on OF && SPI 540 depends on BACKLIGHT_CLASS_DEVICE 541 help 542 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 543 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 544 545config DRM_PANEL_TPO_TD043MTEA1 546 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 547 depends on GPIOLIB && OF && REGULATOR && SPI 548 help 549 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 550 4.3" panel (found on the OMAP3 Pandora board). 551 552config DRM_PANEL_TPO_TPG110 553 tristate "TPO TPG 800x400 panel" 554 depends on OF && SPI && GPIOLIB 555 depends on BACKLIGHT_CLASS_DEVICE 556 help 557 Say Y here if you want to enable support for TPO TPG110 558 400CH LTPS TFT LCD Single Chip Digital Driver for up to 559 800x400 LCD panels. 560 561config DRM_PANEL_TRULY_NT35597_WQXGA 562 tristate "Truly WQXGA" 563 depends on OF 564 depends on DRM_MIPI_DSI 565 help 566 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 567 Video Mode panel 568 569config DRM_PANEL_VISIONOX_RM69299 570 tristate "Visionox RM69299" 571 depends on OF 572 depends on DRM_MIPI_DSI 573 help 574 Say Y here if you want to enable support for Visionox 575 RM69299 DSI Video Mode panel. 576 577config DRM_PANEL_XINPENG_XPP055C272 578 tristate "Xinpeng XPP055C272 panel driver" 579 depends on OF 580 depends on DRM_MIPI_DSI 581 depends on BACKLIGHT_CLASS_DEVICE 582 help 583 Say Y here if you want to enable support for the Xinpeng 584 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 585 system interfaces. 586endmenu 587