BPI-SINOVOIP / BPI-M64-bsp-4.4

Supports Banana Pi BPI-M64 / BPI-R18-AVS 3-mic / 6-mic (Kernel 4.4)
22 stars 10 forks source link

No support for simple & common HDMI 5" 800x480 LCD #4

Closed shaddow501 closed 4 years ago

shaddow501 commented 5 years ago

Hello

How to add the support for simple and common 5" HDMI 800x480 LCD?

[https://www.elecrow.com/wiki/index.php?title=HDMI_Interface_5_Inch_800x480_TFT_Display]

BananaPI get their modules similar to RPI so why can they support the same accessories as RPI? it is a simple display!!

BPI-SINOVOIP commented 5 years ago

please refer to commit https://github.com/BPI-SINOVOIP/BPI-M64-bsp-4.4/commit/bfb24fcea06195ab9f74d037454a0b5ff1dcf74f and https://github.com/BPI-SINOVOIP/BPI-M64-bsp-4.4/commit/72f84d97cf06a4e7b2f13c27a80f42239d0790bc

shaddow501 commented 5 years ago

Hello, you added support for 1024x600 but not for 800x480...

BPI-SINOVOIP commented 5 years ago

I mean, refer to that commit and modify the code to support your special panel by yourself

shaddow501 commented 5 years ago

How to set the correct parameters in this file ? linux-sunxi/drivers/video/fbdev/sunxi/disp2/hdmi/hdmi_core.c

shaddow501 commented 5 years ago

Since 800x480 displays are very common why cant you add it as well ?