Re: Brightness & contrast



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 !!

--
Thanks and Regards
Kathy


"voidcoder" <voidcoder@xxxxxxxxx> wrote in message
news:op.te1p00j952hq2f@xxxxxxxxxxx

Is there any API in eVC++

APIs are not in eVC or any other development tools,
they are built-in parts of the OS or installed later
software.

For contrast you could try to use ExtEscape() and
CONTRASTCOMMAND code. This doesn't necessarily mean
that your video driver supports it.

Unfortunately there is no standard API to control
backlight/contrast/brightness. Thus every OEM is
using his own API or driver calls to control it.


On Tue, 29 Aug 2006 14:04:20 +0200, Kathy <smita.raj@xxxxxxxxxxx> wrote:

Hi Group
Is there any API in eVC++, using that i can Adjust Brightness / Contrats
of
the Device.
Its very urgent issue. Kindly suggest.
Thanks in Advance !!

----
Thanks and Regards
Kathy







.



Relevant Pages

  • Re: Digital-tv card drivers and API discussion
    ... Designing completely new api takes some time and I ... > driver development experience, I have a couple of questions for you. ... > 2) As linux kernel is GPL-licensed, I cannot just port the linux driver ... I'm able to watch DVB programs converted from MPEG TS substreams to MPEG ...
    (freebsd-arch)
  • Re: TDBC documentation, examples, syntax?
    ... every driver and provides no opportunity for abstraction. ... procedural API, the internal details are opaque, the interface remains ... that database. ... standard API, or provide a quirky API with non-standard features. ...
    (comp.lang.tcl)
  • Re: [2.6 patch] ieee1394_core.c: remove unneeded EXPORT_SYMBOLs
    ... distribution will call us and require intense support. ... profits with Linux sales - and 99.99 % of our income with Windows sales. ... I do not see the licensing issue of a stable kernel API where venders ... Our driver is GPL so there should no be a licensing issue. ...
    (Linux-Kernel)
  • Re: checking and Copying a file when system is Loading
    ... DAT files will work only for the Object ... you can definitely do it from the driver. ... user mode DLLs and in the most cases can use any API ... functions like an ordinary app. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: OGL portability and future delivery
    ... it could be a severe impact against OpenGL. ... DirectX is no standardized API. ... DirectX 10 relies on the Windows Driver Model. ...
    (comp.graphics.api.opengl)