I am using Apalis T30 SOMM module with Ixora V1.0A Carrier Board. I have interfaced 7" TFT LCD display using LVDS. The details of the LCD display is as below:
I made the settings in the U-Boot command prompt as below:
setenv vidargs 'video=tegrafb0:1024x600-18@60 fbcon=map:1'
setenv lvds_setting 'gpio set 216;gpio set 222;gpio set 226;gpio set 225;gpio set 221;gpio set 220'
bootcmd=run lvds_setting;run emmcboot
Once the Linux kernel is booted, I executed the below commands,
With these settings, the display is up and I am able to see the LXDE Desktop environment. But, the contrast is not so good. I changed the brightness level but no improvement.
So, can I please get some help about how to change the contrast ratio.
Thanks for the reply. Sorry for my late response, actually I was busy with some other work.
BTW, regarding gpio 219 and 233, I am already using them in the /usr/bin/lvds-single-channel.sh and also I have now included them in the u-boot env (using setenv lvds_setting) but no improvement.
I am attaching the test pictures as requested by you.
As you do not reveal what exact display you are interfacing I suggest for you to try different settings of the LVDS configuration GPIOs as suggested in the following article on our developer website.
I could not find anything much suspicious in the display data sheet. Should really work quite straight forward. However what exactly did you set those display hardware configuration pins (e.g. CABCEN0, CABCEN1, RESET, SELB, STBYB) to?
Did you connect all 5 (4 data one clock) diff pairs properly?
How about the software resolution and timing configuration (e.g. did you use regular video=tegrafb0:1024x600-16@60)?
To rule out any hardware issues have you tried it with another set of carrier board, display and module as well?