lcd_gfx.h File Reference

Displaytech 32122A LCD driver. More...

Go to the source code of this file.


Functions

void lcd_init (void)
 Initialize LCD subsystem.
void lcd_setPwm (int duty)
 Set LCD contrast PWM.
void lcd_blitBitmap (struct Bitmap *bm)
 Update the LCD display with data from the provided bitmap.

Variables

struct Bitmap lcd_bitmap
 Default LCD bitmap.

Detailed Description

Displaytech 32122A LCD driver.

Version:
Id
lcd_gfx.h,v 1.6 2006/07/19 12:56:25 bernie Exp

Author:
Bernardo Innocenti <bernie@develer.com>

Stefano Fedrigo <aleph@develer.com>

Definition in file lcd_gfx.h.


Function Documentation

void lcd_init ( void   ) 

Initialize LCD subsystem.

Note:
The PWM used for LCD contrast is initialized in drv/pwm.c because it is the same PWM used for output attenuation.

Definition at line 459 of file lcd_32122a_avr.c.