Re: Brightness & contrast




This snippet doesn't tell anything. What display
is it and where did you get this driver? Do you
have full BSP sources? Then it should be relatively
easy to find if it supports brightness and contrast
control and how to use it in your apps.



On Thu, 31 Aug 2006 13:13:03 +0200, Kathy <smita.raj@xxxxxxxxxxx> wrote:

I agreed with that.
But i am using this driver

--------------------------------------------------------
{ /* Index 11: VGA 800x480 H: kHz V: Hz */
TEXT("AUO_800x480"),
800, 480,
/* mode_screen */ LCD_SCREEN_SX_N(800) | LCD_SCREEN_SY_N(480) |
LCD_SCREEN_SWP,
/* mode_horztiming */ LCD_HORZTIMING_HPW_N(40) |
LCD_HORZTIMING_HND1_N(60-12) | LCD_HORZTIMING_HND2_N(28),
// 27<<0 3b<<9
1b<<18
#if USE_LCD_INT
/* mode_verttiming */ LCD_VERTTIMING_VPW_N(30) |
LCD_VERTTIMING_VND1_N(11+200) | LCD_VERTTIMING_VND2_N(3),
#else
/* mode_verttiming */ LCD_VERTTIMING_VPW_N(30) |
LCD_VERTTIMING_VND1_N(11) | LCD_VERTTIMING_VND2_N(3),
#endif
/* mode_clkcontrol */ /*LCD_CLKCONTROL_CDD |
LCD_CLKCONTROL_IC*/0x00038000,
/* mode_pwmdiv */ 0x0000063f,
/* mode_pwmhi */ 0x03400000,
/* mode_outmask */ 0x00FCFCFC,
/* mode_fifoctrl */ 0x2f2f2f2f,
/* mode_toyclksrc */ 0x00000004, /* AUXPLL directly */
/* mode_backlight */ 0x00000000,
/* mode_auxpll */ 6, /* 72MHz AUXPLL */
/* mode_bitmask */ &RGB565,
},
//--itpark
------------------------------------------------

Now can i get the help from anyone how to proceed, I am getting the way to
move ahead, As i dont have any idea how to work with the drivers.
Thanks in advance !!


.



Relevant Pages

  • Re: Write directly to video
    ... You could paint the framebuffer yourself, if you knew where it was. ... The display driver is not designed to be loaded ... videomemory, but donot know how. ...
    (microsoft.public.windowsce.platbuilder)
  • RE: Problem in setting Display resolution from TD
    ... I do not see the display resolution settings from TD ... driver so it means the driver is working fine in Windows XP Prof.. ...
    (microsoft.public.windowsxp.embedded)
  • Re: [opensuse] Full HD on onboard X1250
    ... Now the problem is that maximum I can get with ati drivers is ... a proprietary driver and sax2 can only know so much. ... open display running from Desktop gnome terminal. ... a corresponding screen to the "Screens" section of your xorg.conf. ...
    (SuSE)
  • Display Properties will not apply settingsNVIDIA RIVA TNT2 Model 6
    ... my settings in display properties resets to ... apply and restart and they reset to the above. ... The correct monitor and Adapter are selected. ... I ran a update search for each and it says I have the latest driver version. ...
    (microsoft.public.windowsxp.general)
  • Re: Intel embedded graphics driver
    ... In the INF file check the settings.. ... you boot with a VGA monitor not plugged in it disables this output. ... I just forgot that I tried the embedded driver and it behaved the same way ... According Userguide, display config should be set in the .INF file, I did it ...
    (microsoft.public.windowsxp.embedded)